From zero to FullStack - an unofficial course led by Pedro Soares with the aim of guiding and helping two friends to learn programming and become software developers.
This repository aims to contain diversified JavaScript exercises. Some exercises are covered with tests.
Create and go to the directory where you want to place the repository
cd my-directoryClone the project
git clone https://github.com/from-zero-to-fullstack/javascript-exercises.gitGo to the project directory
cd javascript-exercisesOpen in Visual Studio Code
code . npm install npm run testMIT