ES6

JavaScript ES6 have many new feature which makes developer life easy.

  1. ECMA 6 Specification
    1. Constants also known as immutable variables
    2. Scoping
      1. Block Scope Variables
      2. Block Scope Functions
    3. Arrow functions
      1. Expression/Statement bodies
      2. Lexical this
    4. Extened parameter
      1. Default
      2. Rest
      3. Spread
    5. Class, Constructor, Extend
    6. Modules
    7. Enhanced Object Properties
    8. Destructuring Assignment
      1. Array Matching
      2. Object Matching Shorthand
      3. Object Matching Deep Matching
      4. Object and Array Matching Default Values
      5. Parameter Context Matching
    9. Promises
    10. Template Literal | Template Strings
    11. Symbol Type
    12. Iterators
    13. Typed Array
    14. Generators
    15. Map/Set
    16. WeakMap/WeakSet
    17. Proxying
    18. Reflection
    19. Collector
    20. NumberFormat
    21. DateTimeFormat
    22. Build-In Method

results matching ""

    No results matching ""