Objects in javascript
Javascript objects
Th object type represents on of the javascript datatypes. It is used to store various key value pairs and much more complex entities.
Objects can be created using the object(), constructer or the object initializer/literal syntax. ...
learners.hashnode.dev3 min read