Underscore.js 1.7の使い方 Collections編 isObject

var r = document.getElementById("r");
r.innerHTML = _.isObject({});
// => true