Book Image

Learning Underscore.js

By : Alexandru Vasile Pop
Book Image

Learning Underscore.js

By: Alexandru Vasile Pop

Overview of this book

Table of Contents (14 chapters)
Learning Underscore.js
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 6. Related Underscore.js Libraries and ECMAScript Standards

In the previous chapter, we have seen Underscore used across browser, server, and database contexts proving it to be a versatile and essential library. We will now explore some advanced topics for using Underscore such as:

  • Alternative and complementary libraries

  • The relationship with JavaScript standards and how to write the ECMAScript 2015 (ES6) code

The source code for the examples from this chapter is hosted online at https://github.com/popalexandruvasile/underscorejs-examples/tree/master/advanced-topics-1 and you can execute the examples using the Cloud9 IDE at https://ide.c9.io/alexpop/underscorejs-examples/ from the advanced-topics-1 folder.