Object is a very well-known and most important data type in Javascript. Before we dive deep into creating objects in different ways, let's revise objects a bit.
What is a Javascript Object?
A Javascript object is a non-primitive data type. We also kn...