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.
BrainF translation
Fixed
Fixed
Fixed
JS Fork adding sample tests and random tests. Some solutions which threw strings instead of errors may be invalidated due to how
assert.throws
works in newer JS versionThen closing it, as there are two open issues about javascript below.
Yeah it's a dupe in JS
If it's javascript, duplicate issue. If it's not, mention the language.
Needs everything :(
Test cases especially
Ok, just wanted to make sure, thanks.
I mean using assert.closeTo / assert.approximately instead of
assert.equal
[ref]Comparing floating numbers directly using equality is nasty
For 2., do you mean in approx in the test cases?
Description should be language-agnostic, not changing the description from Python specific code into JS specific code
Should use approx equality instead of rounding
JS Translation
Loading more items...