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 solution uses upgraded Sieve Of Eratosthenes alhorythm, where Sieve generates dynamically.
That's a problem with your code, check if you didn't miss a closing
}
or something. I've just tested the php version and it worked just fine.Read MDN docs about matchAll it's available on Node 12. The highest available version for this kata is 8.1.3, use another way.
This comment is hidden because it contains spoiler information about the solution