Understanding Objects in JavaScript
2d ago · 3 min read · Objects:-
Objects are non- primitive data type of javascript.
An object in JavaScript is a collection of key–value pairs (properties and methods).
Key → Always a string (or symbol)
Value → Can be an