Skip to content

Commit

Permalink
Added a quick tip on underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Feb 1, 2014
1 parent 3c15497 commit d3e3743
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ added to `package.json` as well. For example, `npm install moment --save`.
asynchronous tasks, and then render a page, but only when all tasks are completed. For example, you might
want to scrape 3 different websites for some data (async operation) and render the results
on a page after all 3 websites have been scraped.
- Want to find a specific object in an array? Use *Underscore's* [_.findWhere](http://underscorejs.org/#findWhere)


FAQ
---
Expand Down

0 comments on commit d3e3743

Please sign in to comment.