The Object Type

Learn about the Object data type

We'll cover the following...

Object

An object is a data structure with String keys and arbitrary values. Imagine it like a machine that accepts a key and gives you value. Some people call this data structure ...