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 looks great! Nice work.
Needs to have one or more tests that covers a case like ['/test/dir/t.js', '/dir/test/t.js'].
I belive a case like this is sometimes generated randomly, sometimes not.
Can someone help me understand why I am getting this error?
TypeError: Object has no method 'repeat'
at a
at Object.Test.it
at Test.describe.n
at Object.Test.describe
Consider the possibility that you are declaring your counter variable in the global scope and thus, it is incrementing everytime the function is invoked, even when a new parameter is passed in.
"closed" should be 'close' in description
Grammar in description.
The instructions could be much more clear.
Given a minimum and maximum value, return a random number that falls with in that range.