Underscore.js 1.7の使い方 Collections編 isFunction

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