September 2017
Intermediate to advanced
528 pages
15h 53m
English
This appendix provides a quick introduction to ES6. It describes the 10 best features of the new generation of the most popular programming language—JavaScript:
This list if highly subjective. It’s in no way intended to diminish the usefulness of other ES6 features that didn’t make it on the list only because I wanted to limit the number to 10.
Remember when we had to use statements like these to define default parameters?
var link = function (height, color, url) { var height ...Read now
Unlock full access