Explore the Underscore.js library by example using a test-driven development approach
About This Book
- Understand and learn to apply functional programming principles using the built-in functions of Underscore.js
- Leverage and reuse Underscore.js-based code to create code that targets client, server, or database contexts
- Take Underscore.js further by reusing code between client and server and by learning about other closely related libraries
Who This Book Is For
If you are a developer with fundamental JavaScript knowledge and want to use modern JavaScript libraries to extend your functional programming skills, then Underscore.js is an important library you should be familiar with.
What You Will Learn
- Reference and call Underscore.js functions using a modern JavaScript development workflow
- Apply Underscore.js to JavaScript arrays, objects, and functions
- Take advantage of object-oriented or functional programming techniques with Underscore.js
- Leverage Underscore.js to create code that targets client, server, or database contexts
- Extend Underscore.js functionality with other closely related libraries
- Reuse Underscore.js-based code between client and server applications
- Prepare for the upcoming JavaScript standard ECMAScript 6 and support older browsers
In Detail
Underscore.js is one of the most popular modern JavaScript libraries used for functional programming. It can be used as a base for building complex JavaScript applications in a sustainable manner and for building other JavaScript libraries. It embraces functional programming principles but is not opinionated and can be used with imperative, object-oriented, functional, or other programming styles.
This book explores how to use Underscore.js to power your code and understand modern JavaScript development concepts while applying a lightweight and efficient worls,