Underscore.js 1.7の使い方 Collections編 isNull

var r = document.getElementById("r");
r.innerHTML = _.isNull(null);
//=> true