*Objects are all about Properties and methods.
Properties such as color, name, age, etc., are attributes, whereas Methods are functions within an object.
Syntax:
Represent data as: Key & Value pairs
In JavaScript, objects are defined using curly br...