Objects in JavaScript
An object in JavaScript (and perhaps in all other programming languages), is a collection of key-value pairs. Where key is the identifier and value is the value for that key. A simple object: There are other ways of creating an object, but this is the simplest version. This is also called the object literal notation.