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.
This comment is hidden because it contains spoiler information about the solution
Got it, thank you
throw
is there in a comment. There must be no "throw" anywhere in your submitted code."Error: I think you are cheating, your code have
throw
" even when I have empty function.Understood, thank you!
even an empty function will result in no output. this is because
console.assert()
is disabled in the preloaded section (which is invisible to you until you solve the kata). many things are disabled or otherwise hijacked in this kata, i am not sure about why this method is disabled in particular.Dunno why this is a spoiler...
This comment is hidden because it contains spoiler information about the solution
If it wasn't 2kyu I'd probably solve it faster... I've learnt something new and enjoyed it, but the most of other solutions accepted leave me confused...
I thought this would be a Kata about cleverly manipulating error handling, but no, it's just a dumb "try to find the loophole in the anticheat".
This comment is hidden because it contains spoiler information about the solution
I'm confused on throwing with the message 'Just throw like this!'
The tests catch the use of the word throw but I can't get through the last test without using the phrase. Am I missing something, here?
This kata broken, I can use promises, but got error that I have throw
Same here, get Error with neccessery msg but test will not pass and there is no information why...
I tested my solution here and it does what it's expected to do but it don't pass the testss here and I don't see any feedback. So to end my doubts I tried a lot of wrong answers and none show the errors that are described on the testes below it.
Loading more items...