{"json_modified": "2014-06-22T04:31:36.595951", "slug": "Web/JavaScript/Reference", "tags": ["JavaScript"], "locale": "en-US", "title": "JavaScript reference", "translations": [{"locale": "bn-BD", "localization_tags": [], "last_edit": "2014-01-01T10:49:56", "url": "/bn-BD/docs/JavaScript/Reference", "title": "\u099c\u09be\u09ad\u09be\u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09cd\u099f \u09b0\u09c7\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8"}, {"locale": "ca", "localization_tags": [], "last_edit": "2013-01-30T08:21:22", "url": "/ca/docs/JavaScript/Referencia", "title": "Refer\u00e8ncia de JavaScript"}, {"locale": "cs", "localization_tags": [], "last_edit": "2013-12-14T03:56:59", "url": "/cs/docs/Web/JavaScript/Reference", "title": "JavaScript reference"}, {"locale": "de", "localization_tags": [], "last_edit": "2012-12-10T03:39:59", "url": "/de/docs/JavaScript/Reference", "title": "JavaScript Reference"}, {"locale": "es", "localization_tags": [], "last_edit": "2014-06-04T04:16:12", "url": "/es/docs/JavaScript/Referencia", "title": "Referencia de JavaScript"}, {"locale": "fr", "localization_tags": [], "last_edit": "2014-06-13T11:30:16", "url": "/fr/docs/Web/JavaScript/Reference", "title": "R\u00e9f\u00e9rence JavaScript"}, {"locale": "id", "localization_tags": [], "last_edit": "2013-03-31T07:58:24", "url": "/id/docs/JavaScript/Reference", "title": "JavaScript Reference"}, {"locale": "it", "localization_tags": [], "last_edit": "2013-08-15T13:03:32", "url": "/it/docs/Web/JavaScript/Reference", "title": "JavaScript Reference"}, {"locale": "ja", "localization_tags": [], "last_edit": "2014-05-24T01:10:05", "url": "/ja/docs/Web/JavaScript/Reference", "title": "JavaScript \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9"}, {"locale": "ko", "localization_tags": [], "last_edit": "2013-09-24T07:50:48", "url": "/ko/docs/Core_JavaScript_1.5_Reference", "title": "\ud575\uc2ec JavaScript 1.5 \ucc38\uace0\uc790\ub8cc"}, {"locale": "pl", "localization_tags": [], "last_edit": "2014-05-31T00:09:35", "url": "/pl/docs/Web/JavaScript/Referencje", "title": "JavaScript Referencje"}, {"locale": "pt-BR", "localization_tags": [], "last_edit": "2013-06-23T11:17:58", "url": "/pt-BR/docs/JavaScript/Reference", "title": "Refer\u00eancia JavaScript"}, {"locale": "ro", "localization_tags": [], "last_edit": "2013-09-11T09:35:19", "url": "/ro/docs/Web/JavaScript/Reference", "title": "JavaScript Reference"}, {"locale": "ru", "localization_tags": [], "last_edit": "2014-04-08T14:32:03", "url": "/ru/docs/%D0%A1%D0%BF%D1%80%D0%B0%D0%B2%D0%BE%D1%87%D0%BD%D0%B8%D0%BA_%D0%BF%D0%BE_JavaScript_1.5", "title": "\u0421\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a \u043f\u043e JavaScript 1.5"}, {"locale": "tr", "localization_tags": ["inprogress"], "last_edit": "2014-01-14T06:07:10", "url": "/tr/docs/Web/JavaScript/Reference", "title": "JavaScript Referans\u0131"}, {"locale": "zh-CN", "localization_tags": [], "last_edit": "2014-05-05T23:51:31", "url": "/zh-CN/docs/Web/JavaScript/Reference", "title": "JavaScript\u53c2\u8003\u6587\u6863"}, {"locale": "zh-TW", "localization_tags": [], "last_edit": "2013-11-11T03:45:40", "url": "/zh-TW/docs/JavaScript/Reference", "title": "JavaScript \u53c3\u8003\u8cc7\u6599"}], "modified": "2014-06-22T04:31:35", "label": "JavaScript reference", "localization_tags": [], "url": "/en-US/docs/Web/JavaScript/Reference", "last_edit": "2014-06-17T18:34:12", "summary": "", "sections": [{"id": "About_this_Reference", "title": "About this Reference"}, {"id": "What_you_should_already_know", "title": "What you should already know"}, {"id": "Formatting_conventions", "title": "Formatting conventions"}, {"id": "JavaScript_history", "title": "JavaScript history"}, {"id": "JavaScript.2FBrowser_support_history", "title": "JavaScript/Browser support history"}, {"id": "Where_to_find_JavaScript_information", "title": "Where to find JavaScript information"}, {"id": "Global_Objects", "title": "Global Objects"}, {"id": "Value_properties", "title": "Value properties"}, {"id": "Function_properties", "title": "Function properties"}, {"id": "Fundamental_objects", "title": "Fundamental objects"}, {"id": "Numbers_and_dates", "title": "Numbers and dates"}, {"id": "Text_processing", "title": "Text processing"}, {"id": "Indexed_collections", "title": "Indexed collections"}, {"id": "Keyed_collections", "title": "Keyed collections"}, {"id": "Structured_data", "title": "Structured data"}, {"id": "Control_abstraction_objects", "title": "Control abstraction objects"}, {"id": "Reflection", "title": "Reflection"}, {"id": "Internationalization", "title": "Internationalization"}, {"id": "Other", "title": "Other"}, {"id": "Functions", "title": "Functions and function scope"}, {"id": "Statements", "title": "Statements"}, {"id": "Operators", "title": "Expressions and operators"}, {"id": "Primary_expressions", "title": "Primary expressions"}, {"id": "Left-hand-side_expressions", "title": "Left-hand-side expressions"}, {"id": "Increment_and_decrement", "title": "Increment and decrement"}, {"id": "Unary_operators", "title": "Unary operators"}, {"id": "Arithmetic_operators", "title": "Arithmetic operators"}, {"id": "Relational_operators", "title": "Relational operators"}, {"id": "Equality_operators", "title": "Equality operators"}, {"id": "Bitwise_shift_operators", "title": "Bitwise shift operators"}, {"id": "Binary_bitwise_operators", "title": "Binary bitwise operators"}, {"id": "Binary_logical_operators", "title": "Binary logical operators"}, {"id": "Conditional_(ternary)_operator", "title": "Conditional (ternary) operator"}, {"id": "Assignment_operators", "title": "Assignment operators"}, {"id": "Comma_operator", "title": "Comma operator"}, {"id": "Lexical_Grammar", "title": "Lexical Grammar"}, {"id": "Appendix_B_-_Deprecated_Features", "title": "Appendix - Deprecated Features"}], "id": 5612, "review_tags": []}