Why you must understand the difference between Reference and Value in JS
2 categories of data types in JavaScript
There are two types - primitives and objects or (data types passed by Value and passed by Reference.
Values
Passing by value occurs when assigning primitives.
Value types:
Number
Boolean
Undefined
Null
Stri...
ajcyb3r.com2 min read