Skip to content

dumaaas/learn-ES6_ESCMAScript2015

Repository files navigation

learn-ES6_ESCMASCRIPT2015

Following Learn ES6 (ESCMAScript 2015) course by John Lindquist.

👨‍💻 How to install ?

Its enough to clone repository and open index.html file.

📌 Covered sections

  • 📄 Arrow Function =>
  • 📄 The let keyword
  • 📄 Default Values for Function Parameters
  • 📄 const Declarations
  • 📄 Shorthand Properties
  • 📄 Object Enhancements
  • 📄 Spred operator
  • 📄 Template Literals
  • 📄 Destructing Assignment
  • 📄 Modules - Import and Export
  • 📄 Converting an array-like object into an Array with Array.from()
  • 📄 Promises
  • 📄 Generators
  • 📄 Maps and WeakMaps
  • 📄 Arguments keyword vs Rest Parameters

🚀 Tech/framework

  • JavaScript
  • HTML

About

Following Learn ES6 (ESCMAScript 2015) course by John Lindquist.

Topics

Resources

Stars

Watchers

Forks