This is the JavaScript track for Exercism. It contains all the exercises I have completed so far.
-
Create an account on Exercism
-
Register for the JavaScript track
-
Follow the instructions on the JavaScript track page to download the CLI
-
Use the CLI to download the exercises
exercism download --exercise=<exercise> --track=javascript
-
Install Node.js
-
After installing Node.js, run
npm install
in the root of the exercise to install the dependencies -
Solve the exercises & Submit the exercises using the CLI
exercism submit <filename>.js
-
After submitting the exercise, you can view the solution on the JavaScript track page
No. | Exercise | Status | Date Completed | Location | Link |
---|---|---|---|---|---|
1 | Hello World | Completed | 2022-12-10 | file | Link |
2 | lasagna | Completed | 2022-12-10 | file | Link |
3 | annalyns-infiltration | Completed | 2022-12-11 | file | Link |
4 | freelancer-rates | Completed | 2022-12-11 | file | Link |
5 | poetry-club-door-policy | Completed | 2022-12-17 | file | Link |
6 | elyses-enchantments | Completed | 2022-12-17 | file | Link |
7 | vehicle-purchase | Completed | 2022-12-17 | file | Link |
8 | bird-watcher | Completed | 2022-12-17 | file | Link |
9 | mixed-juices | Incomplete | 2022-12-17 | file | Link |