JavaScript is designed on an Object-based paradigm. An Object is a collection of properties, and a property is an association between a name (or key) and a value. A property's value can be a function, in which case the property is known as a method....object initializer is: js const obj = { property1: value1, // property...object is assigned to a variable obj — this is optional. If you do...