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.
There are some grammar/style issues bugging me in the description:
JavaScript generator functions / JavaScript generators
You will only be passed an array with numbers
then -> than
Other than that, this seems fine. I'd classify it as 8 kyu, but the average vote is disagreeing with me on that.
Hi,
In addition to the points below, you didn't say what to do if no number is matching the requirements in the array.
Note that this kind of task isn't generally welcome anymore by users, in the beta process. Did you take a look at the documentation about authoring, to get a broad idea about what is a good idea or not for a kata?
cheers
No random tests
assert.strictEqual
should be usedDescription should be language agnostic
duplicate of 1 and 2