Objects in Java Script
Objects :
Objects in javascript are one of the non-primitive datatypes which allow us to store multiple values in key-value pairs. These key-value pairs are known as properties. The key is also called as property name and the value is also called the...
kapil2.hashnode.dev6 min read