Skip to content

maartentenham/ES6CodingChallenges

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<es6-coding-dojo>

In this project we have a test folder with failing tests. Please fix them one at a time by changing the /test/index.html

  1. letconstandblockscope
  2. arrowfunctions
  3. defaultparams
  4. restAndSpread
  5. destructuring

If you are stuck you can check the solutions folder for the ... solutions.

Testing with a visible browser

$ polymer serve -o
GOTO: http://127.0.0.1:8081/components/es6-coding-dojo/test/index.html
and you will see the results. Here it is also possible to add a debugger
for future inspection.

Running Tests

$ polymer test

About

Some simple challenges with let, const, arrow functions, default params and destructuring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%