Primitive vs Reference values in javascript
In javascript, a variable can hold one of two value types; either primitive values or reference values. This blogpost highlights the differences between the two types using elaborate examples to make it more understandable.
Primitive Values
Data ...
cyruscodes.hashnode.dev5 min read