Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    You Don't Know JS: ES6 & Beyond

    Posted By: AlenMiler
    You Don't Know JS: ES6 & Beyond

    You Don't Know JS: ES6 & Beyond by Kyle Simpson
    English | 17 Dec. 2015 | ASIN: B019HRGOPQ | 280 Pages | AZW3 | 637.81 KB

    No matter how much experience you have with JavaScript, odds are you don’t fully understand the language. As part of the "You Don’t Know JS" series, this compact guide focuses on new features available in ECMAScript 6 (ES6), the latest version of the standard upon which JavaScript is built.

    Like other books in this series, You Don’t Know JS: ES6 & Beyond dives into trickier parts of the language that many JavaScript programmers either avoid or know nothing about. Armed with this knowledge, you can achieve true JavaScript mastery.

    With this book, you will:

    Learn new ES6 syntax that eases the pain points of common programming idioms
    Organize code with iterators, generators, modules, and classes
    Express async flow control with Promises combined with generators
    Use collections to work more efficiently with data in structured ways
    Leverage new API helpers, including Array, Object, Math, Number, and String
    Extend your program’s capabilities through meta programming
    Preview features likely coming to JS beyond ES6