Types of data types in JavaScript
In programming, we store the data in memory and if we want to tell the compiler that what kind of value its going to be. and to operate on variables we need to know about the data types.
There are 8 types of data types present in JavaScript world:
S...
subhamk22.hashnode.dev2 min read