DataTypes in Javascript
Data is the most important thing in software , and there are different kinds of data like numbers , words , symbols etc .
In javascript the datatypes are classified into 2 categories
Primitive Datatype
Non Primitive Datatype
There are 7 primitive...
indresh.hashnode.dev6 min read