Numbers
When we assign
a number to a variable using JavaScript there will be numerous questions in our
mind mostly when we are familiar with other programming languages like java, c.
Whether this
number is
A long integer
Short integer
Or floating point?
But do you know
“Internally all JavaScript numbers are considered as 64 bit floating point numbers”.
But it will not be a big issue as JavaScript is a client side programming
language and not a server based one.
No comments:
Post a Comment