Underscore.js 1.7の使い方 Collections編 isUndefined

var r = document.getElementById("r");
r.innerHTML = _.isUndefined(undefined);
//=> true