JAVASCRIPT VALUES,TYPES AND OPERATORS
Data is the most important component in the computer used to define information and stored as sequence of bits.
Bits define as zero's and one's.
How to express a number in bits?
Lets take a number 15,
00001111
1286432168421
So, 00001111 is th...
utpalthedev.hashnode.dev10 min read