Objects In JavaScript
What Are Objects
An object is a data type that can take in collections of key-value pairs.
A major difference between an object and other data types such as strings and numbers in JavaScript is that objects can store different types of data as its v...
codecric.hashnode.dev5 min read