[JS] What are reference types?
Key Learnings of This Post
* Understand what reference types are in javascript and their characteristics.
What are reference types?
In JavaScript, reference types (also called non-primitive types) are values that are stored in memory by reference, rather than directly containing their value. When you assign or compare a reference type,