mifrej / es6-essentials

ES6 exercises with solutions. Slides for this scripts ->

Home Page:https://github.com/mifrej/es6-presentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ES6 exercises with solutions. Slides for this scripts ->

https://github.com/mifrej/es6-presentation


Languages

Language:JavaScript 97.6%Language:HTML 1.7%Language:CSS 0.8%