Skip to main content

Command Palette

Search for a command to run...

Lodash.js

Published
1 min read

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/