/core-vanilla-javascript

Primary LanguageJavaScriptOtherNOASSERTION

Core Vanilla JavaScript - Team Practice

Project #swanky-sambar

A marathon of pair exercises in pure javascript. Capped with a final project. It's a good idea to cut your teeth on the solo_study 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/hamming
  • Solve /exercism/diamond
  • Solve /exercism/bracket-push
  • Solve /exercism/ocr-numbers
  • Solve /exercism/bowling

Stretch

  • Solve /exercism/phone-number
  • Solve /exercism/word-count
  • Solve /exercism/gigasecond
  • Solve /exercism/leap

Day 2 - Exercism

  • Solve /exercism/secret-handshake
  • Solve /exercism/wordy
  • Solve /exercism/largest-series-product
  • Solve /exercism/robot-simulator
  • Solve /exercism/rna-transcription
  • Solve /exercism/bob

Stretch

  • Solve /exercism/isogram
  • Solve /exercism/trinary
  • Solve /exercism/octal
  • Solve /exercism/hexadecimal
  • Solve /exercism/two-bucket
  • Solve /exercism/all-your-base

Day 3 - Exercism

  • Solve /exercism/kindergarten-garden
  • Solve /exercism/nth-prime
  • Solve /exercism/palindrome-products
  • Solve /exercism/say
  • Solve /exercism/queen-attack

Stretch

  • Solve /exercism/luhn
  • Solve /exercism/pythagorean-triplet
  • Solve /exercism/beer-song
  • Solve /exercism/grade-school

Day 4 - Sudoku

Time for a longer challenge. We'll spend the next two days building a sudoku solver

Day 5 - More Sudoku

Stretch