Ad
  • Default User Avatar

    "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!