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.
Thanks, @colbydauph !
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Is there a way to do this with regex?
Oh, wow. I didn't even notice that bit. That makes complete sense.
It's best to use "const" instead of "var" when defining a function.
Oh wow, this is fantastic!
great use of regex!
I like your use of ".filter"!
Sorry abou tnot cleaning this up before submitting it!
The 4th term cannot be 4193. 4+1+9+3=17. 17^4=83521 which is not 4193. 17^3, however, is 4193. The test cases need to be adjusted.