Underscore.js 1.7の使い方 Collections編 has

var r = document.getElementById("r");
r.innerHTML = _.has({a: 1, b: 2, c: 3}, "b");
// => true