|
note: although parseInt() parses the input as Integer, the number returned is a float* (because float (IEEE 754 double) is the only datatype for numbers in JavaScript)
* - might be important for large integers
__________________
please post your code wrapped in [CODE] [/CODE] tags
|