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.
Needs random tests.
Infinity
is tested but not negative numbers, non-integral numbers, or even non-numbers (which would be the most obvious candidates ofnot a numeric
).NaN
is not tested either. Hence it is unclear what is meant bynot a numeric array
.What does it mean by "convert to an integer"? The input is a list of integers. There are tests with numbers that aren't digits in the actual tests.
Please follow proper JS conventions in initial code:
Issue to send this kata to draft state.