Value vs. Reference
Learn how arrays, objects, and functions differ from the other data types. Learn what this means when we pass them to functions and when we try to copy them.
We'll cover the following...
This is an extremely important concept. It details how the behavior of objects, arrays, and functions is different from that of strings, numbers, booleans, ...