Understanding Javascript Primitives and References
As a developer, they might ask if you understand the difference between primitive and reference data types. Primitive data types can store information as a slot in memory (memory address) while reference data types store a reference to a slot in memo...
blog.jeandremelaria.nl2 min read