Exploring Object and Memory Management Techniques in JavaScript
Let us understand what Objects really are.
In real life, everything when we look around is an object such as book, car, pen, mobile, TV and the list goes on. Objects contain characteristics which can be different from each other.
An object mainly has...
javascript-objects.hashnode.dev5 min read