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.
I saw some floats provided, so I chose to reject strings rather than select integers.
After completing this kata (clicking "Attempt" and passing), then trying to test again (even with the same exact code), you get this error message (might be something else but that's how I've managed to get this to happen):
/home/codewarrior/node/test.js:13
;(function() {
^
SyntaxError: Unexpected token ;
Comparing indices in an array is not a novel idea.
I guess you should improve the tests and description.
The test should cover:
Ex:
['b','x','a','j']
Ex:
['m','i','a','j','m']
To save on endless quotes.
Could have saved on all the spaces as well.
Approved.
Author has left the building. Any power user want to approve this?
Haskell translation
Why showing an array as a string + split in the instructions?
JS version fixed. ;-)
JS version fixed. ;-)
JS version fixed. ;-)
JS version fixed. ;-)
Ruby kata and JS kata are different. What should we return in the JS Kata?
Loading more items...