Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
"1. You are to write a function that takes a string as it's first paramter. This string will be a string of words."
Should be "parameter" instead of "paramter".
"3. Once you have the located string you are finally going to multiply by it the third provided paramater, which will also be an interger. You are additionally required to add a hyphen in between each word."
Should be "parameter" instead of "paramater".
Should be "integer" instead of "interger".
"Since the 3rd word is 'string'(starting from 0 remember) and the third paramater indicates that it should be repeated 5 times."
Should be "parameter" instead of "paramater".
Thanks!