The isNaN function is a global method. It is used to test whether or not an expression is a number. The value returned by this function is boolean. The isNaN function evaluates the parameter and returns true if the value is not a number.
The syntax of using the isNaN method is as follows:
For example:
trace(isNaN(33))//output: false
Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
