📄️ Object Basics
JavaScript is an object-oriented language. JavaScript treats everything as an object. Object is an unordered list with a collection of primitive data types, functions and even with other objects. A javaScript object is an entity having key and value. JavaScript is a template-based language, not a class-based language. To obtain the object, we do not create a class. But we direct the creation of objects.