JavaScript Morning Challenges

Instructions

  1. Fork and clone
  2. Create a link to this repo:
    git remote add upstream https://github.com/CoderAcademy-BRI/js-challenges
  3. For each challenge (in your fork):
    1. Checkout the branch (in your fork)
      git checkout -b <challenge_branch>
    2. Pull down the challenge:
      git pull --no-edit upstream <challenge_branch>
    3. Complete the challenge
    4. Checkout master branch and merge challenge branch:
      git checkout master && git merge <challenge_branch>
    5. Push to master in your fork:
      git push origin master

List of challenge branches

  • 01_jsIntro
  • 02_largestNumber
  • 03_openDoor
  • 04_objects
  • 05_sumNumbers
  • 06_hiddenMessage
  • 07_binarySearch
  • 08_welcome
  • 09_oddOrEven
  • 10_numberPersistence
  • 12_vowels
  • 13_dijkstra_algorithm
  • 14_supermaket
  • 15_node
  • 16_countEven
  • 19_uniqueString