Computer Science, asked by padmajayaram1972, 3 months ago

2 in JavaScript.
_____ is used to display whether a value is a number or not.​

Answers

Answered by Anonymous
0

global isNaN

The global isNaN() function, converts the tested value to a Number, then tests it. Number. isNaN() does not convert the values to a Number, and will not return true for any value that is not of the type Number.

Answered by homeb1ll
1

Answer:

global isNaN is used to display whether a value is a number or not.

Similar questions