JavaScript Reps ๐๏ธโโ๏ธ
Posted on Sep 16th, 2020
Todayโs topics
- Review what we have seen so far in JS
- Scope and arrow functions
- Practice, practice, practice
Project
Exercism: JavaScript Track
To get some more practice writing JavaScript, weโre going to use an awesome free online tool called Exercism.
Please sign up (you can use your GitHub account) and choose the JavaScript track. There are two ways to use Exercism, in Practice Mode or Mentor Mode. For now, just choose Practice Mode.
Work through the setup instructions to install Exercism on your computer with Homebrew. Complete at minimum the first three following exercises in the JavaScript track:
- Hello World
- TwoFer
- Raindrops
- Hamming
- High Scores
- Word Count
For each exercise, follow the instructions on Exercism to upload your solution.
To submit your homework, paste your solution urls into this form.
Video demo of downloading, completing, and submitting the first exercise