Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJoseph Frazer
5,404 PointsConfused with UNDERSCORING.
What is underscoring in the modular pattern? (JS Course)
1 Answer
Edward Ries
7,388 PointsI think your referring to underscore JavaScript framework which is an add-on such much like jQuery. JavaScript can be painful to work in but underscore provides a collection of utilities to make life easier. Here's a synopsis from the underscore website.
Underscore is a JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects. Itβs the answer to the question: βIf I sit down in front of a blank HTML page, and want to start being productive immediately, what do I need?β β¦ and the tie to go along with jQuery's tux and Backbone's suspenders.