Objects in JavaScript
JavaScript has 7 data types to store data.
Namely:
String
Number
Boolean
Null
Undefined
Symbol
Object
Out of these, the first 6 are primitive data types, while the last one:
Object
is a non-
fundamentals-of-javascript.hashnode.dev5 min read