Objects are another compound data type in JavaScript. They’re similar to
arrays in that they hold a collection of values, but they differ in that objects
use strings called keys instead of numeric indices to access the values. Each
key is associated with a specific value, forming a key-value pair.
Github: https://github.com/markumreed
https://www.linkedin.com/in/markumreed/