
13.06.2002, 13:42
|
|
Регистрация: Sep 2000
Адрес: Москва
Сообщений: 239
|
isNaN(expression)
Parameters
expression A Boolean, variable, or other expression to be evaluated.
Returns
Nothing.
Description
Top-level function; evaluates the parameter and returns true if the value is not a number (NaN), indicating the presence of mathematical errors.
|