January 2019
Intermediate to advanced
330 pages
6h 42m
English
By the end of this chapter, you will be able to do the following:
This chapter explains types of programming, including Object-oriented programming and Functional Programming, and how to work with different types of functions.
In the first chapter, we covered many of the new and powerful features released in ES6. We discussed the evolution of JavaScript and highlighted the key additions in ES6. We discussed scope rules, variable declaration, arrow functions, template literals, enhanced ...