Objects
-
Primitives vs. ObjectsDynamicPL/Javascript 2019. 10. 24. 00:18
1. Overview Let's distinguish differences between primitives and objects 2. Description 2.1 Difference 2.1.1 Primitives Variables containing primitives actually hold that data inside of the variable itself. 2.1.2 Objectives Variables associated objects do not actually contain the object but instead, they contain a reference to the place in memory where the object is stored. That means these vari..