JAVASCRIPT - Working With Data
OBJ
In JavaScript, objects (obj) are a fundamental data type used to store collections of key-value pairs. They allow you to structure and manipulate data efficiently.
Creating Objects
Output :
Using new Object()
Output :
Using Constructor Functi...
basic-of-js.hashnode.dev2 min read