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.
No random tests
Testing could do with a touchup before approval.
All solution calls are run before all tests. Running tests immediately after a function call is much easier to debug.
JS: Node v12 should be used enabled along with its appropiate assertion tools (Mocha + Chai).
JS: No random test
You might want to add edge cases where the
property
is inherited through the prototype chain. This will invalidate solutions that usein
operator because it searches through the prototype chain as well.No random tests.
The subject of this test is not mentioned anywhere.
There are no checks for the correct format! (completely forgot about it and tests passed anyway)
Needs random tests, and please replace
Test.expect
withTest.assertEquals
.