JavaScript - Object
What is Object ?
In JavaScript, an object is a collection of properties, and a property is an association between a name (or key) and a value. A property's value can be a function, in which case the property is known as a method.
const person = {
n...
hashnodecoder.hashnode.dev3 min read