odin-javascript-exercises/03_simon_says
Matthew-Cravinhos 6012c3a095 Added test cases
2017-09-20 19:04:46 -04:00
..
README.md Added test cases 2017-09-20 19:04:46 -04:00
simonSays.js Added test cases 2017-09-20 19:04:46 -04:00
simonSays.spec.js Added test cases 2017-09-20 19:04:46 -04:00

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.