To use the isNaN
function from the underscore library in JavaScript:
23 chars2 lines
isNaN
function from underscore:39 chars2 lines
isNaN
function:63 chars4 lines
The isNaN
function checks if the given value is NaN
or not. It returns true
if the value is NaN
, else false
.
gistlibby LogSnag