/es6-essentials

ES6 exercises with solutions. Slides for this scripts ->

Primary LanguageJavaScript

ES6 Essentials code exercises

  • src/es6/starter -> files with starting point for exercises
  • src/es6/finished -> finished examples
  • src/index.js is the starting point where one should import individual exercises files from src/es6/

Link to presentation

The repository available for editin in CodeSandbox

Running project locally

  • clone the project
    git clone git@github.com:mifrej/es6-essentials.git
  • install dependencies
    yarn install
  • start the project
    yarn start