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.
Missing fixed test where
number = 0
.Also, it should be specified that
2 <= base <= 10
. Any base bigger than 10 will require different things to be done.Loop test is laguhably easy to bypass: https://www.codewars.com/kata/reviews/6431947bc58df4000189e1ef/groups/6431999f0b4bd1000162dfad
test.expect
(with message), notassert