Objects are References in JavaScript
In JavaScript, objects are not simple values like strings, numbers, and booleans. Instead, they are complex data structures that consist of properties and methods. However, unlike simple values, objects are references in JavaScript.
What are Referenc...
mdalamin.hashnode.dev3 min read