/
Javascript Object

Javascript Object

This is one of the most commonly used container types that we use in Javascript. It’s a dictionary.

It’s used as part of JSON - JavaScript Object Notation.

We can specific Javascript objects literally:

var Cars = {type:"Fiat", model:"500", color:"white"};

See W3Schools.com

Related content

Javascript Functions
Javascript Functions
More like this
DOM Element
DOM Element
Read with this
Javascript Containers
Javascript Containers
More like this
Javascript Concepts - Start Here!
Javascript Concepts - Start Here!
Read with this
Javascript Variables - Covering the core types
Javascript Variables - Covering the core types
More like this
The Javascript console and Developer Tools in Chrome
The Javascript console and Developer Tools in Chrome
Read with this