May 2018
Intermediate to advanced
376 pages
9h 22m
English
After reading lesson 10, you will
Libraries like Underscore.js and Lodash.js have become like the utility belts of JavaScript. They add solutions to common tasks so that the average developer doesn’t need to reinvent the wheel for every project. Some of these tasks become so ubiquitous and well-defined that it makes sense to actually include them in the language. Object.assign is one such method. With it you can easily set default values or extend objects in place or as copies, all without having to write a lot of boilerplate ...
Read now
Unlock full access