JavaScript Next: Your Complete Guide to the New Features Introduced in JavaScript, Starting from ES6 to ES9
Autor Raju Gandhien Limba Engleză Paperback – 24 oct 2019
JavaScript has finally grown up. Armed with a slew of new features, JavaScript now makes writing the code that powers your applications elegant, concise, and easy to understand. This book is a pragmatic guide to the new features introduced in JavaScript, starting with Edition 6 of ECMAScript, and ending with Edition 9.
Using a "compare and contrast" approach, each chapter offers a deep dive into new features, highlighting how best to use them moving forward. As you progress through the book, you'll be offered multiple opportunities to see the new features in action, and in concert with one another.
Backed by an example-driven writing style, you'll learn by doing, and get ready to embrace the new world of JavaScript.
What You'll Learn
New and experienced developers who wish to keep abreast of the changes to JavaScript and deepen their understanding of the language.
Using a "compare and contrast" approach, each chapter offers a deep dive into new features, highlighting how best to use them moving forward. As you progress through the book, you'll be offered multiple opportunities to see the new features in action, and in concert with one another.
Backed by an example-driven writing style, you'll learn by doing, and get ready to embrace the new world of JavaScript.
What You'll Learn
- Provide a deep exposition of the new features introduced in ES6 through ES9
- Review how JavaScript's new features by-pass any limitations of an existing approach
- Examine the refactoring necessary to go from old to new
- Demonstrate how JavaScript's new features work in unison with each other
New and experienced developers who wish to keep abreast of the changes to JavaScript and deepen their understanding of the language.
Preț: 251.81 lei
Preț vechi: 314.76 lei
-20% Nou
Puncte Express: 378
Preț estimativ în valută:
48.19€ • 50.84$ • 40.16£
48.19€ • 50.84$ • 40.16£
Carte disponibilă
Livrare economică 12-26 decembrie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484253939
ISBN-10: 1484253930
Pagini: 241
Ilustrații: XX, 241 p. 4 illus.
Dimensiuni: 178 x 254 x 19 mm
Greutate: 0.51 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484253930
Pagini: 241
Ilustrații: XX, 241 p. 4 illus.
Dimensiuni: 178 x 254 x 19 mm
Greutate: 0.51 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1. The New Declarations on the Block.- 2. Lambdas with Arrow Functions.- 3. Effective Function Signatures with Default and Rest Parameters.- 4. Divide and Conquer with Object and Array Destructuring.- 5. Formatted Strings using Template Strings.- 6. Maps and Sets- The New Data Structures on the Block.- 7. Bright Shiny Object(s) using Enhanced Object Literals.- 8. Hiding behind Symbols.- 9. Iterable Sequences with Generators and Iterators.- 10. Avoiding Callbacks with Promises.- 11. Many of a Kind with Classes.- 12. Name-spacing Code using Modules.- 13. Metamorphosis with proxy and reflect.- 14. Seemingly imperative with async and await.- 15. Asynchronous Iterators and Generators- A Meeting of the Minds.
Notă biografică
Raju Gandhi is a programmer with over 15 years of experience in the software industry. He believes that the key to writing software that our users will cherish lies in having a keen understanding of the problem, and the tools available to solve those problems. He has been a core speaker on the No Fluff, Just Stuff symposium series for over 6 years, along with other conferences like DevNexus, Connect.Tech and GIDS, India. In both his careers as a software developer and teacher, he believes the key is to keep things simple, and in the words of Rich Hickey, "de-complected". This approach seems to scale well, for both maintainable software, and happy audience members.
Textul de pe ultima copertă
JavaScript has finally grown up. Armed with a slew of new features, JavaScript now makes writing the code that powers your applications elegant, concise, and easy to understand. This book is a pragmatic guide to the new features introduced in JavaScript, starting with Edition 6 of ECMAScript, and ending with Edition 9.
Using a "compare and contrast" approach, each chapter offers a deep dive into new features, highlighting how best to use them moving forward. As you progress through the book, you'll be offered multiple opportunities to see the new features in action, and in concert with one another.
Backed by an example-driven writing style, you'll learn by doing, and get ready to embrace the new world of JavaScript.
Using a "compare and contrast" approach, each chapter offers a deep dive into new features, highlighting how best to use them moving forward. As you progress through the book, you'll be offered multiple opportunities to see the new features in action, and in concert with one another.
Backed by an example-driven writing style, you'll learn by doing, and get ready to embrace the new world of JavaScript.
Caracteristici
Get an intimate understanding of JavaScript's new features so that you know the best use-case for each Learn to refactor your existing code bases to confidently apply them to different use cases Written by developer Raju Gandhi, who has taught this subject to hundreds of developers