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 trial

JavaScript The Module Pattern in JavaScript

Joseph Frazer
Joseph Frazer
5,404 Points

Confused with UNDERSCORING.

What is underscoring in the modular pattern? (JS Course)

1 Answer

I 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.

http://underscorejs.org/