Number.isNaN

GPTKB entity

Properties (11)
Predicate Object
gptkbp:instanceOf Function
gptkbp:description Determines_whether_the_passed_value_is_NaN_and_its_type_is_Number.
gptkbp:hasWebsite Supported in all modern browsers.
https://www.w3.org/2000/01/rdf-schema#label Number.isNaN
gptkbp:introduced ECMAScript 2015 (ES6)
gptkbp:language Number.isNaN(value)
gptkbp:relatedTo isNaN_function
gptkbp:respondsTo false if the value is not NaN.
true if the value is NaN.
gptkbp:type Method
gptkbp:wasHomeTo Number