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"};