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.
Thank you for explanation!
Sorry for being a bit glib. Here are your options:
Meanwhile, translating is the most involved process, and less like simply having the chance to solve it in the language of your preference and then move on.
I guess also you could just
But if you want to translate it from JS or TS, there is some documentation on translating a kata.
Best of luck!
not really, I'm new here.
Should i adapt this kata for other languages?
And now you know what to do, plain and simple.
I would like to decide this kata, but only JS and typescript :-/
Nice kata! This turned out to be a challenge for me :D
The expected answer for that test is
'1,3,5,7,9'
. The input should be[1,3,5,7,9]
Print the input, there are no consecutive numbers there. All even numbers in between the odds are missing.
What's means this test?
Many non-consecutive elements:
expected '1_3_5_7_9__' to equal '1,3,5,7,9'
I don't understand...
Whilst I enjoyed this exercise, it is not well explained and is certainly not an 8kyu.
.
i retried and now everthing is correct. Thanks for assistance
I did not try to reset but after being sure that my code is correct, i just hit the attempt button. and it passed the entire test in attempt phase
I cannot reproduce the issue, I run sample tests with your solution and they pass as they should. Are you sure that you did not modify the sample tests accidentally? Does the error still persist after you press RESET in the trainer?
This comment is hidden because it contains spoiler information about the solution
Loading more items...