Skip to content

aloon/workshop-es6

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workshop ES6

installing and running the tests

npm install npm test

  • modules
    • import expect
    • export functions from index.js
  • arrow functions
    • refactor to the new syntax
  • maps and sets
    • use sets to dedupe arrays
  • rest parameters
    • better arguments
  • spread operator
    • add props to an object
  • default parameters
    • world as default parameter
  • template strings
    • better hello world
  • iterators and generators
  • scoped vars
  • destructuring
  • promises

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%