To watch slides run
cd slides
npm install
npm start
basic
directory contains exercises for basic language structures to test your implementation run
cd basic
make test
To run tests for specific part use
cd basics
make test_arrays
make test_objects
make test_strings
make test_functions