Not NaN value

Report a typo

You should iterate over the elements of the data array and print to the console the number of values in the array that are not NaN.

Write a program in JavaScript
let data = [11, null, NaN, 'Hello', 24]
___

Create a free account to access the full topic