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.
All fixed :thumbs_up:
No random tests
Initial solution in Javascript is wong
You should read this and this for more info ~~
getting the joke isnt trivial :milk_carton:
EDIT:
A programmer goes out to get some dry cleaning. His wife told him, "While you're out, pick up some milk"
He never came home...
Writing trivial conditions is not a novel kata idea.
in some languages, negative indexes are valid, in others not. So you just have to stick to the description. ;)
Ok, fixed it, code should ignore negative position...
read the description!
Hi,
I pass almost all the tests but I don't understand why this test fails ?
Log
"Testing for 'VFob qMOihSiSuMUINjBoOkFuEaNaOoIcoaeDnFOauNmzWwelLIPi OUKIiyoDOo' at position -4"
Expected: false, instead got: true
position -4 for this string returns "o"
"o" is a vowel so the result should be true, no ?
Am i missing something ? Many thanks :)