Objects in JavaScripts
There are 7 data types in JavaScript namely :-
number
-string
null
undefined
boolean
object
symbol
We will be looking at object data type, declaration, properties and various operation that can be performed on objects. There is a popular quote in t...
blog.geekmaros.dev