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...
Jan 21, 20222 min read91
