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.
It is not stated how non-string input names should be handled, and having multiple input types is a bad pratice overall.
Codewars Forums - Kata Best Practices - Have Full Code Coverage
Having only 6 fixed assertions in the entire test suite is far from sufficient to prevent logically flawed and/or hardcoded solutions from passing; please either (1) increase the number of unique, distinct fixed assertions to at least 20 including edge cases or (2) even better, write 100+ random tests which is generally preferred over just a large number of fixed tests.