Underscore.js 1.7の使い方 Collections編 isString

var r = document.getElementById("r");
var s = 'sato';
r.innerHTML = _.isString(s);
// => true