Objects in JavaScript and their Internal Representation
First and foremost, never confuse JavaScript objects with other language object concepts; they are vastly different fundamentally.
People who come from other languages, such as Java or C++, make the worst mistake by comparing JavaScript objects to ot...
aravindhandev.hashnode.dev3 min read