Understanding Objects in JavaScript
Think of an object like a filled-in form. A job application form has labelled fields: Name, Age, City, Qualification. Each label is the KEY and what we write in the field is the VALUE. A JavaScript ob
codeandcuriosity.hashnode.dev9 min read