javascript Global isFinite( )
| isFinite( ) | NN 4 IE 4 ECMA 1 |
isFinite(expression) | |
|
Returns a Boolean value of true if the number passed as a parameter is anything within the range of Number.MIN_VALUE and Number.MAX_VALUE, inclusive. String values passed as parameters cause the function to return false. |
|
| Parameters | |
|
|
| Returned Value | |
Boolean value: true | false. |
|
Previous: javascript Global isNaN( )
901,Nickname,Homepage or email,Comments here,Add comment
