isNaN
Let's see the difference with an example,
isNaN(‘hello’); // true Number.isNaN('hello'); // false