Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 358 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 358 Bytes

JS workshop

To watch slides run

cd slides
npm install
npm start

Exercises

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