JavaScript Next Your Complete Guide to the New Features Introduced in JavaScript, Starting from ES6 to ES9
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 en...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress
2019.
|
Edición: | 1st ed. 2019. |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630814906719 |
Tabla de Contenidos:
- 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.