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.
Trivial map/filter/reduce and an
if
statement are not novel kata ideas.Fixed.
Instructions and tests expect "Flat white" with a lower-case "w", but the test input contains an upper-case "W": "Flat White". I had to use a workaround to pass the tests after I discovered this issue, but it ought to be fixed.
We're talking about random tests, i.e tests with random inputs.
Hi not really sure what you mean, I've got examples and other tests. Ive only been learning to code for 8 weeks so I'd appreciate any help.
Thank you
Random tests are still needed.
(Raising an issue to prevent others accidentally approve this kata)
You still need to add random tests.
Thank you, have removed the space and added extra tests.
I've changed it. Thank you
This comment is hidden because it contains spoiler information about the solution
Issues
"Americano "
has a spurious space in it, which is not handled in your solution but is never caught because an Americano is never ordered with exact change.Suggestion