Skip to content

Instantly share code, notes, and snippets.

@brittanydionigi
Created August 22, 2018 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brittanydionigi/d4a553ea9fab587031a60fcd49c547d0 to your computer and use it in GitHub Desktop.
Save brittanydionigi/d4a553ea9fab587031a60fcd49c547d0 to your computer and use it in GitHub Desktop.

Problem Solving

Complete the following six problems on Code Wars. If you do not currently have an account, you can sign up/log in through your GitHub.

Before writing any code out/trying to implement your approach, be sure to practice psuedo coding (in natural language) how you intend to solve each problem. When you have code written and you're ready to see if any of your tests will pass, run the Run Sample Tests button on the bottom right hand corner of the screen. If all preliminary tests are passing, you should hitthe Attempt button to run additional tests. If you have ALL tests passing, you will be given an option to refactor your code before submitting your final solution.

  1. https://www.codewars.com/kata/vowel-count/train/javascript
  2. https://www.codewars.com/kata/implement-a-filter-function
  3. https://www.codewars.com/kata/rock-off/train/javascript
  4. https://www.codewars.com/kata/students-final-grade/train/javascript
  5. https://www.codewars.com/kata/crash-override
  6. https://www.codewars.com/kata/format-data-value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment