Reference vs Value in JavaScript
Reference vs Value
One of the most confusing concepts for JavaScript beginners is how data is stored and copied.
Why does changing one variable sometimes affect another?Why do primitives behave differently from objects?
The answer lies in value types...
javascript-beginner-articles.hashnode.dev4 min read