{"json_modified": "2015-06-09T00:43:51.842229", "slug": "Web/JavaScript/Reference/Operators/Object_initializer", "tags": ["JSON", "mutation", "Object", "computed", "Literal", "JavaScript", "Methods", "ECMAScript6", "properties", "Primary Expression"], "locale": "ja", "title": "Object initializer", "translations": [{"title": "Object initializer", "url": "/en-US/docs/Web/JavaScript/Reference/Operators/Object_initializer", "tags": ["JSON", "mutation", "Object", "computed", "Literal", "JavaScript", "Methods", "ECMAScript6", "properties", "Primary Expression"], "summary": "Objects can be initialized using new Object(), Object.create(), or using the literal notation (initializer notation). An object initializer is a list of zero or more pairs of property names and associated values of an object, enclosed in curly braces ({}).", "localization_tags": [], "locale": "en-US", "last_edit": "2015-06-08T12:47:42", "review_tags": []}, {"title": "Initialisateur d'objet", "url": "/fr/docs/Web/JavaScript/Reference/Op%C3%A9rateurs/Initialisateur_objet", "tags": ["Reference", "Object", "R\u00e9ference", "R\u00e9f\u00e9rence", "JavaScript", "ECMAScript6", "Primary Expression"], "summary": "Il est possible d'initialiser un objet en utilisant les notations new Object(), Object.create(), ou gr\u00e2ce \u00e0 un litt\u00e9ral (appel\u00e9e initialisateur). Un initialisateur d'objet est une liste contenant plusieurs (\u00e9ventuellement 0) propri\u00e9t\u00e9s et leurs valeurs associ\u00e9es, cette liste \u00e9tant entour\u00e9e d'accolades ({}).", "localization_tags": [], "locale": "fr", "last_edit": "2015-05-17T01:28:35", "review_tags": []}, {"title": "Objekt Initialisierer", "url": "/de/docs/Web/JavaScript/Reference/Operators/Objekt_Initialisierer", "tags": ["prim\u00e4re Ausdr\u00fccke", "Objekt", "JavaScript"], "summary": "Objekte k\u00f6nnen mittels new Object(), Object.create(), oder \u00fcber die literale Notation (Initialisierungs Notaion) initialisiert werden. Ein Objekt Initialisierer ist eine Liste bestehend aus Null oder mehr Paaren von Eigenschafts-Namen und den zugeh\u00f6rigen Werten eines Objektes, eingeschlossen in geschwungene Klammern ({}).", "localization_tags": ["inprogress"], "locale": "de", "last_edit": "2015-03-11T04:45:12", "review_tags": ["editorial"]}], "modified": "2015-06-09T00:43:49", "label": "Object initializer", "localization_tags": ["inprogress"], "url": "/ja/docs/Web/JavaScript/Reference/Operators/Object_initializer", "last_edit": "2015-06-09T00:43:41", "summary": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306fnew Object()\u3001 Object.create()\u3001 \u30ea\u30c6\u30e9\u30eb\u8868\u8a18\u6cd5 (initializer \u8868\u8a18\u6cd5)\u3092\u4f7f\u7528\u3057\u3066\u521d\u671f\u5316\u3055\u308c\u307e\u3059\u3002\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u521d\u671f\u5316\u5b50\u306f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u540d\u3068\u95a2\u9023\u3057\u305f\u5024\u306e\u30bc\u30ed\u4ee5\u4e0a\u306e\u30da\u30a2\u306e\u30ea\u30b9\u30c8\u3067\u3059\u3002\u4e2d\u62ec\u5f27({})\u3067\u56f2\u307e\u308c\u307e\u3059\u3002", "sections": [{"id": "Quick_Links", "title": "JavaScript Tutorials: JavaScript Guide Introduction Grammar and types Control flow and error handling Loops and iteration Functions Expressions and operators Numbers and dates Text formatting Regular expressions Indexed collections Keyed collections Working with objects Details of the object model Iterators and generators Meta programming Introductory JavaScript basics JavaScript technologies overview Introduction to Object Oriented JavaScript Intermediate A re-introduction to JavaScript JavaScript data structures Equality comparisons and sameness Closures Advanced Inheritance and the prototype chain Strict mode JavaScript typed arrays SIMD types Memory Management Concurrency model and Event Loop References: Built-in objects Global Objects Array ArrayBuffer Boolean DataView Date Error EvalError Float32Array Float64Array Function Generator GeneratorFunction Infinity Int16Array Int32Array Int8Array InternalError Intl Intl.Collator Intl.DateTimeFormat Intl.NumberFormat Iterator JSON Map Math NaN Number Object ParallelArray Promise Proxy RangeError ReferenceError Reflect RegExp SIMD SIMD.float32x4 SIMD.float64x2 SIMD.int16x8 SIMD.int32x4 SIMD.int8x16 Set StopIteration String Symbol SyntaxError TypeError TypedArray URIError Uint16Array Uint32Array Uint8Array Uint8ClampedArray WeakMap WeakSet decodeURI() decodeURIComponent() encodeURI() encodeURIComponent() escape() eval() isFinite() isNaN() null parseFloat() parseInt() undefined unescape() uneval() Expressions & operators \u6f14\u7b97\u5b50 \u7b97\u8853\u6f14\u7b97\u5b50 Array comprehensions \u4ee3\u5165\u6f14\u7b97\u5b50 \u30d3\u30c3\u30c8\u6f14\u7b97\u5b50 \u30ab\u30f3\u30de\u6f14\u7b97\u5b50 \u6bd4\u8f03\u6f14\u7b97\u5b50 \u6761\u4ef6\u6f14\u7b97\u5b50 Destructuring assignment Expression closures Generator comprehensions Grouping operator Legacy generator function expression \u8ad6\u7406\u6f14\u7b97\u5b50 Object initializer [Translate] \u6f14\u7b97\u5b50\u306e\u512a\u5148\u9806\u4f4d \u30e1\u30f3\u30d0\u30fc\u6f14\u7b97\u5b50 Spread operator class \u5f0f delete function function* expression in instanceof new super this typeof \u6f14\u7b97\u5b50 void \u6f14\u7b97\u5b50 yield yield* Statements & declarations \u6587 Legacy generator function \u30d6\u30ed\u30c3\u30af break class const continue debugger do...while empty export for for each...in for...in for...of function function* if...else import label let return switch throw try...catch var while with Functions \u95a2\u6570\u3068\u95a2\u6570\u30b9\u30b3\u30fc\u30d7 arguments \u30a2\u30ed\u30fc\u95a2\u6570 Default parameters Method definitions Rest parameters get set Classes Classes constructor extends static Misc Lexical grammar JavaScript data structures Enumerability and ownership of properties Iteration protocols Strict mode Transitioning to strict mode Template strings Deprecated features New in JavaScript JavaScript \u306e\u65b0\u6a5f\u80fd Mozilla \u306b\u304a\u3051\u308b ECMAScript 5 \u306e\u30b5\u30dd\u30fc\u30c8 Mozilla \u306b\u304a\u3051\u308b ECMAScript 6 \u306e\u30b5\u30dd\u30fc\u30c8 Mozilla \u306b\u304a\u3051\u308b ECMAScript 7 \u306e\u30b5\u30dd\u30fc\u30c8 Firefox JavaScript changelog [Translate] JavaScript 1.1 \u306e\u65b0\u6a5f\u80fd New in JavaScript 1.2 [Translate] JavaScript 1.3 \u306e\u65b0\u6a5f\u80fd JavaScript 1.4 \u306e\u65b0\u6a5f\u80fd JavaScript 1.5 \u306e\u65b0\u6a5f\u80fd JavaScript 1.6 \u306e\u65b0\u6a5f\u80fd JavaScript 1.7 \u306e\u65b0\u6a5f\u80fd JavaScript 1.8 \u306e\u65b0\u6a5f\u80fd JavaScript 1.8.1 \u306e\u65b0\u6a5f\u80fd JavaScript 1.8.5 \u306e\u65b0\u6a5f\u80fd Documentation: Useful lists All pages index Methods index Properties index Pages tagged \"JavaScript\" Contribute JavaScript doc status The MDN project"}, {"id": ".E6.A7.8B.E6.96.87", "title": "\u69cb\u6587"}, {"id": "ECMAScript.E7.AC.AC.EF.BC.96.E7.89.88.E3.81.A7.E3.81.AE.E6.96.B0.E3.81.97.E3.81.84.E8.A1.A8.E8.A8.98.E6.B3.95", "title": "ECMAScript\u7b2c\uff16\u7248\u3067\u306e\u65b0\u3057\u3044\u8868\u8a18\u6cd5"}, {"id": ".E8.AA.AC.E6.98.8E", "title": "\u8aac\u660e"}, {"id": ".E3.82.AA.E3.83.96.E3.82.B8.E3.82.A7.E3.82.AF.E3.83.88.E3.81.AE.E7.94.9F.E6.88.90", "title": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u751f\u6210"}, {"id": ".E3.83.97.E3.83.AD.E3.83.91.E3.83.86.E3.82.A3.E3.81.B8.E3.81.AE.E3.82.A2.E3.82.AF.E3.82.BB.E3.82.B9", "title": "\u30d7\u30ed\u30d1\u30c6\u30a3\u3078\u306e\u30a2\u30af\u30bb\u30b9"}, {"id": ".E3.83.97.E3.83.AD.E3.83.91.E3.83.86.E3.82.A3.E3.81.AE.E5.AE.9A.E7.BE.A9", "title": "\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u5b9a\u7fa9"}, {"id": ".E9.87.8D.E8.A4.87.E3.81.97.E3.81.9F.E3.83.97.E3.83.AD.E3.83.91.E3.83.86.E3.82.A3.E5.90.8D", "title": "\u91cd\u8907\u3057\u305f\u30d7\u30ed\u30d1\u30c6\u30a3\u540d"}, {"id": ".E3.83.A1.E3.82.BD.E3.83.83.E3.83.89.E3.81.AE.E5.AE.9A.E7.BE.A9", "title": "\u30e1\u30bd\u30c3\u30c9\u306e\u5b9a\u7fa9"}, {"id": "Computed_property_names", "title": "Computed property names"}, {"id": ".E3.83.97.E3.83.AD.E3.83.88.E3.82.BF.E3.82.A4.E3.83.97.E5.A4.89.E7.95.B0", "title": "\u30d7\u30ed\u30c8\u30bf\u30a4\u30d7\u5909\u7570"}, {"id": ".E3.82.AA.E3.83.96.E3.82.B8.E3.82.A7.E3.82.AF.E3.83.88.E3.83.AA.E3.83.86.E3.83.A9.E3.83.AB.E8.A1.A8.E8.A8.98.E6.B3.95_vs_JSON", "title": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb\u8868\u8a18\u6cd5 vs JSON"}, {"id": ".E4.BB.95.E6.A7.98", "title": "\u4ed5\u69d8"}, {"id": ".E3.83.96.E3.83.A9.E3.82.A6.E3.82.B6.E5.AE.9F.E8.A3.85.E7.8A.B6.E6.B3.81", "title": "\u30d6\u30e9\u30a6\u30b6\u5b9f\u88c5\u72b6\u6cc1"}, {"id": ".E9.96.A2.E9.80.A3.E6.83.85.E5.A0.B1", "title": "\u95a2\u9023\u60c5\u5831"}], "id": 152851, "review_tags": ["editorial"]}