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 comment is hidden because it contains spoiler information about the solution
Although it checks for uniqueness, the numbers could still be greater than 9
Brilliant!
This comment is hidden because it contains spoiler information about the solution
Simple and to the point!
Copy your code, click Reset, paste it again, you must be seeing the old tests and you should see the new ones.
I tried using Node v12 but I am getting the below error:
ReferenceError: Test is not defined
at /workspace/node/test.js:62:1
at Object. (/workspace/node/test.js:64:3)....
Enabled Node v12.
Thank you very much!
matchAll
is available only in Node v12.This comment is hidden because it contains spoiler information about the solution