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.
This comment is hidden because it contains spoiler information about the solution
okay. so a couple of problems with this code, although it tests good. Your code doesnt return null when there is a non-character number, it doesnt take into account if the last index of the array is 9 when it is greater than 17 in length. this is the same problem i have been having with this kata. but overall it is good, i think it is a problem with javascript as a whole. I spent hours trying to figure this issue out, and without going about it another way without parsing or using Number() i dunno. But I did use your code as reference. Im just gonna move on cuz this kata is killing me.