Skip to content
This repository has been archived by the owner on Jun 25, 2018. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 317 Bytes

File metadata and controls

24 lines (17 loc) · 317 Bytes

Compiled and Next-Gen Javascript

Outline

Coffeescript

ES6

  • Strict mode
  • Variables: var versus let and const
  • Object.assign()
  • Psuedo-Object Orientation
  • Async/Await and Promises
  • String templating
  • Destructuring assignment
  • Imports
  • Fat Arrows

Typescript

  • Types

ClosureScript

ES7