Objects.. What do Browsers Process..
The real world is made up of Objects and virtual world(Internet) today is also almost made up of objects.. Objects as we all know are key-value pairs(key:value -- property:value).
example of an Object in JavaScript :
let car = {
"type": "Hyunda...
chawlamayur.hashnode.dev2 min read