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.
@d33con I am getting the same error? I will pass all the tests, but then on submitting it isn't passing ?
Okay, so after experimenting with my code. I realized I wasn't testing for upper case letters, nor was I returning a string in 'quotes'. Once I tested for this i passed.
This comment is hidden because it contains spoiler information about the solution
Thank you. I had to feed '''empty_return''' into the nested function for my solution. Thanks for your explanations.
This comment is hidden because it contains spoiler information about the solution
When I run my code on another ide it returns "BRAVO ALPHA BRAVO BRAVO LIME ECHO" , however when I run the code in through Kata's very own IDE it returns "BRAVO ALPHA BRAVO BRAVO LIME ECHO BRAVO ALPHA BRAVO BRAVO LIME ECHO" It doubles for reasons I can't understand????
Keeps returning "should work with zeros - Expected: 0, instead got: undefined", but I pass zeros and they are appropriately summed up. Not sure what is erroring ??
This comment is hidden because it contains spoiler information about the solution
Does this excercise have to have a lambda function? I have passing by iterating over my arguments.length, but I am not using any lamda functions.
My test cases are failing here, but I am returning just what the excercise asks for. Not sure why?
Seems like I am passing on a code editor but I can't pass this kata. Not sure what's up?