Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ES6 and beyond

Open a terminal and change your current directory to ES 6 and beyond. Then, you will have to install all the dependencies with npm:

npm install

Exercises

Open the src folder and follow the instructions in the files in each exercise folder.

Test

Open a terminal and make sure current directory is ES 6 and beyond. Then run the following command in your terminal to see how many exercises passed the test.

npm test