odin-javascript-exercises/simon_says/README.md
2017-09-22 17:32:56 -04:00

15 lines
No EOL
342 B
Markdown

This exercise is meant to (loosely) simulate the game Simon Says. The goal of this program in order is:
Echo the value given,
Capitalize the value given,
Repeat the value given,
Return a piece of the value given,
Return the first word of the value given,
Create a title with the value given
See Jasmine test cases for expected results.