Understanding Objects in JavaScript
Introduction
In javascript, an object is the collection of elements as key-value pairs. Now after reading "collection of elements", you might think that arrays are already used for storing elements, s
java-script-basics.hashnode.dev3 min read