When we move from storing data as primitive values to objects, it is important to understand how these data structures are represented in memory. Primitive values (strings, booleans, numbers, etc.) behave differently than objects (objects, arrays, and functions).
Learn more through the slides from Frontend Masters