Primitives Vs Objects (Reference Types)
Primitive types are immutable, objects only have an immutable reference, but their value can change over time.
By understanding the storing of data in Javascript we will understand it better.
First, we see, the examples of primitives :
PRIMITIVES ...
jayeshhande.hashnode.dev3 min read