Objects are the most important data type in JavaScript. These objects are quite different from JavaScript's primitive data types like number, string, boolean, null and undefined. Because these data types can store only a single value in itself. But w...