Primitive data types In Javascript
There are two types of data types in javascript
Primitive values
Non-Primitive (All other values are Object)
Javascript type hierarchy
Javascript has 7 primitive data type
string
Number
Boolean
undefined
null
symbol
biginit
All primitive types a...
blog.roshith.com1 min read