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
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?
Please check the verb form: "thrown" is commonly used
https://dictionary.cambridge.org/dictionary/english/throw
Needs random tests ;-)
This comment is hidden because it contains spoiler information about the solution
Its been a few weeks and I still cant manage to solve this. Ive tried try catching errors, using defineProperty, emulating Error. Nothing works. Can someone point me in the right direction?
UPDATE: I have a working error. I just cant seem to find a way to throw it!
This comment is hidden because it contains spoiler information about the solution
For the record, this has already been done twice before:
So there's no point in re-inventing the wheel. All the techniques are already on there as well.
(You can always keep it as a
draft
if you want to test it privately, publishing it means it becomes CW material.)(Also, if you really want to poke around, you should look at the source code of
cw-2.js
in the CW runner repo.)I don't believe in security by obscurity, but I don't think this is a good idea either.
It would be if someone would use these solutions to make them impossible, but I don't see that happening.
This is a better way to ask for the impossible.