Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Learning UnderscoreJS
  • Table Of Contents Toc
Learning UnderscoreJS

Learning UnderscoreJS

By : Alexandru Vasile Pop
4.6 (5)
close
close
Learning UnderscoreJS

Learning UnderscoreJS

4.6 (5)
By: Alexandru Vasile Pop

Overview of this book

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 workflow to build applications. The book starts with an incremental Underscore.js introduction by exploring key JavaScript concepts. You will then explore the basic features of Underscore.js in action and establish a lightweight development workflow that allows the provided examples to be guided by tests. The book then covers the functionality of Underscore.js with in-depth examples and explanations for understanding and applying the Underscore.js API. You'll also learn how to use Underscore.js as a base for your own modules and libraries within an object-oriented or functional programming style, and will be able to explore Underscore.js use cases in different environments. Eventually, you'll learn about libraries that are closely related with Underscore.js, how to share code between client and server, and how to prepare for the upcoming JavaScript standard ECMAScript 6.
Table of Contents (9 chapters)
close
close
8
Index

Functions

Underscore has a series of functions that specifically target objects of the type Function: it has functions that target other functions. This subsection touches on some of the functional programming concepts that will be explored in detail in Chapter 4, Programming Paradigms with Underscore.js.

Functional composition with bind, bindAll, and partial

The first function is _.bind(function, object, *arguments) that returns a new function wrapper for the original function parameter. The wrapper function has the this value set to the object parameter and its arguments will be prefilled in order with the values from the *arguments parameters. The returned function is also known as bound function and is an example of functional composition in action. Through functional composition, we can create new functions based on existing functions in scenarios where we cannot change the original function implementation (we don't own the code) or it is more convenient to do so. It is a core technique...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Learning UnderscoreJS
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon