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.
I am still getting this issue. Local tests ok, submission error.
I have a similar problem but in this case both numbers ARE prime. I double checked.
(6, 100, 110)
101 is a prime number.
101 + 6 = 107
107 is also a prime number
My function is returning [ 101, 107 ] (both prime numbers between 100 and 110 with an interval of 6).
Still, the kata points an error "expected [ 101, 107 ] to deeply equal null".
I dont understand :(
Just figured it out. There can be no primes in between.
Sorry