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.
Using ${this} works for simple string primitives in tests because JS autoboxes them, but I think it could cause infinite recursion if this is an object String, since template literals call toString() internally. Perhaps it’s safer to use this.valueOf() instead, though I might be wrong.
This comment is hidden because it contains spoiler information about the solution
fixed
poopy description
i hate the description wording but the kata was fun
Good task, corresponds to the declaired level
Done.
Approved
Fixed (possibly). If you still do not like it, please propose something, because it's difficult to tell what exactly is not clear, and what would make things clearer.
Funny kata to solve.
Approved, thanks!
Not the best solution because it assumes you are in the US.
Interesting kata.
Ah! Today I learned something. Thank you! Looks like empty sequences are a sub-sequence of any existing, finite sequence and an empty Set is part of any existing Set. The latter makes sense, but the former sort of breaks my brain.
Also, it's pretty cool that you're going back to fix issues you yourself called out long ago. Awesome growth. I hope to see similar progress one day. :)
JS Fork to Introduce Random Tests.
Loading more items...