Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 1.96 KB

ecmascript.md

File metadata and controls

51 lines (43 loc) · 1.96 KB

EcmaScript

ES Logo TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

Concepts to Learn

Feel free to mark as completed - [x] Concept name every concept you've already fully understand. To learn a new concept go to the resources section and read/practice about it. As soon as you have fully understood all the concepts on this chapter go to the next chapter.

  • Const
  • Let
  • Template string
  • Arrow functions
  • Destructing
  • ForEach
  • Map
  • Filter
  • Findß
  • Every
  • Reduce
  • Spread
  • Rest
  • Modules
  • Classes
  • Generators
  • Promises
  • Async / Await
  • Polyfills

Resources

Tutorials

Excercises

Books

References

Next chapter