Introduction to ES6
Get an overview of ES6.
We'll cover the following...
By the end of this chapter, we’ll be able to do the following:
- Explain the history and significance of ES6.
- Utilize ES6 on the browser and the server.
- Leverage ES6 features to write more concise and performant JavaScript.
This ...