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.
Oh yeah right thanks
I am using js. I think these are not equivalent: "ZzZz", "ffPFF" so the test fails.
"ZzZz" => 25 * 4 = 100, "ffPFF" => 5 * 4 + 15 * 1 = 35
Am i missing sth here?
Javascript
Sth is really wrong:
✘ Expected: £100000, instead got: £100000
✘ Expected: £250000, instead got: £250000
✘ Expected: £10000, instead got: £10000
✘ Expected: £60000, instead got: £60000
✘ Expected: £20, instead got: £20
✘ Expected: £78, instead got: £78
✘ Expected: £678900, instead got: £678900
This comment is hidden because it contains spoiler information about the solution