Understanding Object in Javascript
The object is one of the most useful data structures in JavaScript — a collection of associated key/value pairs.
It allow us to group related data and function ality into a single, organized unit.
New
pranjaljaiswal.hashnode.dev3 min read