Do you have spaces between operators in your code? I kept getting "Unknown error" until I changed a bit of code from "i - 1" to "i-1". I have no idea why (Javascript quirk, Codewars quirk, or some other quirk).
Ok, so it's just a bog standard fizzbuzz function. It's the examples that make it so confusing. I still can't get it to work - I'm getting 'Unknown error' I try to submit.
This should be fixed now. Sorry for the inconvenience.
This was a problem on our end that has now been fixed. Sorry for the inconvenience.
Do you have spaces between operators in your code? I kept getting "Unknown error" until I changed a bit of code from "i - 1" to "i-1". I have no idea why (Javascript quirk, Codewars quirk, or some other quirk).
Ok, so it's just a bog standard fizzbuzz function. It's the examples that make it so confusing. I still can't get it to work - I'm getting 'Unknown error' I try to submit.
Terrible instructions, I'm not sure what is required.
same for me "Unknown error", Tests pass