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.
Not a kata issue: kata passed by 7427 people.
in the description, you need to change the condition for exiting the function for JS.
was: John wants to know ... will be CHEAPER than System A.
need: John wants to know ... will be CHEAPER OR EQUAL TO System A.
end change the hint to exit the function like this: ceil(price of System B) <= price of System A.