<p>Check the console for results.</p>
<h3>Features:</h3>
<ul>
<li>Guards against <tt>undefined</tt> anywhere in the expression.</li>
<li>Keeps detailed debug information about where in the expression we got undefined, and what was the last valid value.</li>
<li>Can inline lodash calls in the chain and keep the logical order of things.</li>
<li>Log helper for debugging.</li>
</ul>
<h3>TODO:</h3>
<ul>
<li>Include the complete lodash? With a decorator?</li>
<li>Add map/filter/reduce methods.</li>
<li>Method error handling. (Ex: calling map on a number -> $error)</li>
<li>Change $value to a method. Auto log if <tt>undefined</tt>.</li>
<li>Move to node, add test suite.</li>
<li>Add $throw method?</li>
</ul>