JSFiddle - React, Tailwind, and code Playground
by hoffmanc
HTML
<script src="http://documentcloud.github.com/underscore/underscore.js"></script>
<span/>
JavaScript
$('span').text(_.isNull(_.size()));
by hoffmanc
<script src="http://documentcloud.github.com/underscore/underscore.js"></script>
<span/>
$('span').text(_.isNull(_.size()));