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.
Brain power overload ❗❗❗ Cannot compute
This solution doesn't completely work. It returns new ZeroOrMore(null) when given '*' rather than just null. It also doesn't work for a**
This is so complex yet so clever. So much math involved that i don't understand 🤯
This is actually clever. I didn't even think to use recursion.
How to take down the comment ??
If anyone knows please say
Sorry my bad. Had an extra space in the and thus kept failing with
"5 minutes and 2 seconds" expected "5 minutes and 2 seconds"
Taking down the comment in 1 minute
Javascript
This kata has faulty test
The tests are expecting wrong values
🤣 You spoilt it with the return {...acc}. acc is already an object so there is no reason to spread it into another object. A simple return acc would do.
😂😂😂 Almost all comments flagged for having spoilers. Trying to figure a way to reduce the time.
༼ つ ◕_◕ ༽つ. I'm so glad i understand regex
Clever how you used the uppercase and lowercase to test if its a letter 👍
Simply checking for ! or ? isn't a good way what if there was another symbol. Then the code would fail. A regex for A-z would do better here
Woah, This is way too complex and long for simply incrementing string. But as long as it works thats what matters.
Wow 😀. I'm really surprised this works. I had to copy it and test it just to be sure. Real nice
This is quite nice. I didn't realize we could use a plus sign to turn the string into a number. I simply divied it by 1 ^_^
Loading more items...