Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.35 KB

File metadata and controls

45 lines (31 loc) · 1.35 KB

Core Vanilla JavaScript - Team Practice - 2

A marathon of pair exercises in pure javascript that's slightly more challenging than Team Practice 1
Capped with a final project. It's a good idea to cut your teeth on the solo_study and Team Practice 1 first before attempting these challenges.

Exercism

Exercism provides a number of practice problems along with unit tests to ensure the accuracy of your answer to the test problems. We will be using exercism challenges during this week.

Day 1 - Exercism

  • Solve /exercism/binary-search
  • Solve /exercism/pangram
  • Solve /exercism/anagram
  • Solve /exercism/food-chain

Day 2 - Exercism

  • Solve /exercism/robot-name
  • Solve /exercism/etl
  • Solve /exercism/linked-list
  • Solve /exercism/triangle

Day 3 - Exercism

  • Solve /exercism/clock
  • Solve /exercism/scrabble-score
  • Solve /exercism/roman-numerals
  • Solve /exercism/strain

Day 4 - Exercism

  • Solve /exercism/circular-buffer
  • Solve /exercism/binary
  • Solve /exercism/prime-factors
  • Solve /exercism/raindrops

Day 5 - Exercism

  • Solve /exercism/allergies
  • Solve /exercism/atbash-cipher
  • Solve /exercism/accumulate