Hi everyone! I'm the author of code.mu :)
I'd love to chat with my non-Russian audience. I'm looking for your feedback on the site and the translation quality. Let's chat:)
16 of 264 menu

Object construct

The Object construct creates an object containing keys and their corresponding values.

Syntax

let object = new Object(object elements separated by commas);
let object = {object elements separated by commas}

Example

Let's create a new object:

let object = new Object({'a': 1, 'b': 2, 'c': 3}); console.log(object);

The code execution result:

{'a': 1, 'b': 2, 'c': 3}

See also

  • the Array construct
    that creates a new array
English
AfrikaansAzərbaycanБългарскиবাংলাБеларускаяČeštinaDanskDeutschΕλληνικάEspañolEestiSuomiFrançaisहिन्दीMagyarՀայերենIndonesiaItaliano日本語ქართულიҚазақ한국어КыргызчаLietuviųLatviešuМакедонскиMelayuမြန်မာNederlandsNorskPolskiPortuguêsRomânăРусскийසිංහලSlovenčinaSlovenščinaShqipСрпскиSrpskiSvenskaKiswahiliТоҷикӣไทยTürkmenTürkçeЎзбекOʻzbekTiếng Việt
We use cookies for website operation, analytics, and personalization. Data processing is carried out in accordance with the Privacy Policy.
accept all customize decline