# Lodash.js

I was using underscorejs and looking for the difference between _.where and _.filter. The first link took me to a performance comparison site that introduced me to lodash. Lodash supports chaining which is a feature I love in general so I switched over to lodash.

http://lodash.com/
