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 had this problem as well...
Same
Would anyone actually define an object with so many layers using this approach???
Eventhough this kata was confusing, I did learn from it (very valuable) that when you search for special characters in a string that have a meaning in RegEx search, the method of search makes a difference.
The search() method cannot take a second start position argument.
The indexOf() method cannot take powerful search values (regular expressions).
Isn't this a bit too much for a level 8 kata?
There seems to be a problem with the master property, which is the same in both class and sub-class, yet it requires you to overwrite its behavior.
I think this is too difficult for level 8 but, for those of you who do attempt it, do read the information in the link provided in the description, particularly the Examples section.
I didn't have to change anything and it worked??? What kind of a kata is this?
The rounding of the tests to 2 decimals was a terrible idea for this Kata.
I found this to be too difficult for this level