/javascript-the-recent-parts

Javascript: The Recent Parts with Kyle Simpson

Primary LanguageJavaScript

Course Description

Learn the latest features in JavaScript with Kyle Simpson, author of the popular, You Don't Know JS, book series. You'll get up to speed with new JavaScript features like tagged template literals, destructuring, iterators, generators, regex improvements and async await.
Watch the course here

This course doesn't have a corresponding Repo, but it does have Slides(PDF) and Code Exercises(ZIP).

Annotations

Notes are organzied by video section as structured by FEM.

Tasks

  • Phase 1: Finish watching and annotating course
  • Phase 2: Draft Self-Assessment docs and Scoresheets
  • Phase 3: Review

Table of Contents

  • Introduction: 1-Introduction.md
  • Strings: 2-Strings.md
  • Array Destructuring:3-Array_Destructuring.md
  • Object Destructuring: 4-Object_Destructuring.md
  • Further Destructuring:
  • Array Methods:
  • Iterators & Generators:
  • Regular Expressions:
  • Async Await:
  • Wrap Up:
  • self-assessment
    • Introduction:
    • Strings:
    • Array Destructuring:
    • Object Destructuring:
    • Further Destructuring:
    • Array Methods:
    • Iterators & Generators:
    • Regular Expressions:
    • Async Await:
    • Wrap Up: