JavaScript Objects Quick Reference
Any object in JavaScript is a collection of key-value pairs. The key, also known as a property, is a unique string that maps to a value which may be a Boolean, String or another object. Let’s take a simple person object that contains properties like…