JavaScript Objects
/* An object contain properties and methods.
Properties are variables that hold data values,
While methods are functions that perform actions.
You can access the properties of an object using
either dot notation or bracket notation
*/
Object Datatypes in JavaScript