
Lire un livre JavaScript: The New Toys
By T J Crowder
All of JavaScript's newest features, in depth, made easy to understand.JavaScript
is a rapidly changing language and it can be challenging to keep up with all the
new toys being added. JavaScript: The New Toys explores the newest features of
the world's most popular programming language while also showing readers
how to track what's coming next. After setting the stage by covering who
manages the process of improving JavaScript, how new features get introduced,
terminology, and a high-level overview of new features, it details each new or
updated item in depth, with example uses, possible pitfalls, and expert
recommendations for updating old habits in light of new features. JavaScript:
The New Toys:Covers all the additions to JavaScript in ES2015-ES2019 plus a
preview of ES2020 (and beyond) Explores the latest syntax: nullish coalescing,
optional chaining, let and const, class syntax, private methods, private fields,
new.target, numeric separators, BigInt, destructuring, default