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.
Description states
This refers to the main tests. You can print the input to see what that is:
Both numbers are False when I try them in my code (that passed all the tests), so I guess it is not expected to be True. Maybe there is something else wrong with your code...
where are more examples?
Node 18 support
Random tests are susceptible to input mutation - this is a kata issue. To pass the kata, don't mutate the input array.
It should work for random inputs too - Expected: [undefined], instead got: [105, 99, 74]
What to do with it? Doesn't pass random tests...
Hi all! Why is the number 76 expected to be true in tests? On the first pass, removing every second number and 76, the same with the number 368....