Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Gandhi, Raju (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York : Apress, [2019]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
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.