Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 376 Bytes

01-how-much-javascript.md

File metadata and controls

18 lines (12 loc) · 376 Bytes

How Much JavaScript and TypeScript Do I Need To Know?

<< Prev | Home | Next >>

JavaScript

  • arrays and looping
  • callbacks and closures
  • promises and async
  • iterables and generators

TypeScript

  • primitive types, arrays, and objects
  • function signatures
  • generics and records

Coming soon!