Home >Web Front-end >JS Tutorial >Js in bits - (datatypes - Number)
Learning js should be fun. It is fun if it's easy.
I tried my best in writing this, to understand it easily.
datatypes
Number
Following comes under number datatype
Special -> Infinity -Infinity NaN
NaN -> sticky. Any operation with Nan gives NaN
Except:
Here 2**0 represents 2 power 0.
** -> exponentiation.
Leave y'r thoughts....
The above is the detailed content of Js in bits - (datatypes - Number). For more information, please follow other related articles on the PHP Chinese website!