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 appears I was mistaken, upon further analysis, you're correct, I was just misinterpreting the results I was getting, sorry!
If that's the case, then why do some of the random tests follow a different pattern?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I keep getting "X is not a function" with my code, it started out as Math.min/Math.max, but then it went onto
Math.round
, I definedMath.min
andMath.max
for the sake of getting them out of the way, but I couldn't test my code, it would keep throwing errorsThe attempt results are inconsistant, Sometimes they want each one of the ints from
array2
to be powers ofarray1
and sometimes it expects true when they aren't all squares, there's no consistancy and debugging it is a pain in the ass