is javascript good

JavaScript
//Of course!
typeof NaN; // “number”
NaN == “number”; // false
NaN == number; // false
Source

Also in JavaScript: