References vs Values in JavaScriptPreface Different data types are passed either by their value or by their reference. Today, we will look at what this means in JavaScript and how it affects our code. This can be a reason for a lot of bugs in JS and a deeper dive into this will let u...Jan 4, 2022·3 min read·120