JS Objects exploration (1)
Hello Guys ,
In this blog we'll explore JS objects
1 ) What is javascript objects:
An object is a collection of properties and a property is a relationship between a key and value pair .
2 ) How to create an object :
We can create object in d...
dickosmad.hashnode.dev3 min read