Home

Awesome

Learning Underscore.js

Just one of the things I'm learning. https://github.com/hchiam/learning

Note: Lodash is a newer superset of Underscore.

Tutorial: https://www.sitepoint.com/getting-started-with-underscore-js/

A few commands I used to got started:

npm init
npm install underscore

If you clone my repo, you'll just need to run this command inside the folder:

npm install
node index.js