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

Πλήρης περιγραφή

Λεπτομέρειες βιβλιογραφικής εγγραφής
Κύριος συγγραφέας: Gandhi, Raju (Συγγραφέας, http://id.loc.gov/vocabulary/relators/aut)
Συγγραφή απο Οργανισμό/Αρχή: SpringerLink (Online service)
Μορφή: Ηλεκτρονική πηγή Ηλ. βιβλίο
Γλώσσα:English
Έκδοση: Berkeley, CA : Apress : Imprint: Apress, 2019.
Έκδοση:1st ed. 2019.
Θέματα:
Διαθέσιμο Online:Full Text via HEAL-Link
Πίνακας περιεχομένων:
  • 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.