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.
I'm currently breaking my brain in attempt to solve it with no hardcoding. What was your approach?
Change the language version. It works with node v8.1.3
I'm getting exactly the same mate.
Fun kata! :)
Took quite a bit of thinking to come up with a solution. Very fun in the end.
Also helped me develop some new features for my kata-tester unit tester/library :)
Super interesting kata. Doing without hardcoding was way harder but more interesting.
The exact same thing happened to me! I was trying to edit mine as well but apparently you can't. sucks!
Probably the most difficult kata I've done to date (still a beginner). But I'll be damned if I didn't learn a ton!
It gives me error "assertSimilar is deprecated, use assertDeepEquals" no matter what is in my code! WTF??
edit: Found out the test is wrong, fixed and test now works. But now I always get error "TypeError: Cannot read property '0' of undefined
at hello (test.js:11:30)
at Context.it (test.js:25:23)"
horrible kata. should be deprecated or fixed.
final edit: was successful. dunno what I did, still hate this kata.