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.
Done
Random tests always expect
false
, please follow the setup of current JS translationNow?
should be
assert.strictEqual
in sample and fixed testschoices
andx
should be in the loopcode for
random
variable in loop should be removedMissing useful assertion messages (replace
'Should work for random inputs'
withoscar = ${x}
)Now?
assert.strictEqual
in sample testsUnnecessary comments should be removed
Random number generator in fixed tests should be removed
2
it
blocks should only be nested in onedescribe
Random tests do not guarantee to generate 86 or 88, please copy the random test generator of python and make it loop 100 times
How about now?
No sample tests
Random tests are insufficient
Fixed and random tests should not be grouped together within the same block
Missing
return ""
in initial solution setupAgree for Python at least
The description for this kata almost gave me a brain aneurysm for something so simple
Thanks
see here
My code works here and on the Chrome engine but not on VS Code
I'm so confused
There were two testcases that were logging false instead of true. That changed when I removed the global tag
Really crazy kata
Loading more items...