📣  This is Part 1 What is Object in JS? Objects are variables that can be used to store multiple values in the form of key-value pairs. It is a Non-Primitive data type….Let’s see it as a programmer 🧑‍💻 and break it down. Creation How to create this god variable of Javascript. const hard_work = new Object()   ; //Output: ...