Momentum logo
Team 5 Classroom

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:

  1. Hello World
  2. TwoFer
  3. Raindrops
  4. Hamming
  5. High Scores
  6. 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

๐Ÿ”– Resources

Back to home