mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-19 14:43:22 +09:00
Added test cases
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user