Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.49 KB

File metadata and controls

57 lines (37 loc) · 1.49 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 for the first three days of this goal.

Day 1 - Exercism

  • Solve /exercism/binary-search
  • Solve /exercism/binary-search-tree
  • Solve /exercism/pangram
  • Solve /exercism/anagram
  • Solve /exercism/food-chain
  • Solve /exercism/robot-name

Stretch

  • Solve /exercism/
  • Solve /exercism/

Day 2 - Exercism

  • Solve /exercism/etl
  • Solve /exercism/linked-list
  • Solve /exercism/triangle
  • Solve /exercism/clock
  • Solve /exercism/scrabble-score
  • Solve /exercism/roman-numerals

Stretch

Day 3 - Exercism

  • Solve /exercism/strain
  • Solve /exercism/circular-buffer
  • Solve /exercism/binary
  • Solve /exercism/prime-factors
  • Solve /exercism/raindrops
  • Solve /exercism/allergies
  • Solve /exercism/atbash-cipher
  • Solve /exercism/accumulate

Stretch

Day 4 -

Day 5 -