Underscore.js 1.7の使い方 Collections編 isNaN

var r = document.getElementById("r");
r.innerHTML = _.isNaN(NaN);
//=> true