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.
JS fork resolving this issue
js fork (helped by katafix)
mocha/chai
assertionslodash
for randomnessBut you may need to cast many spells, so this is misleading. The description should mention that all the spells need to be casted.
Description should be language-agnostic
Should also display an example for
Henry
No sample tests in JS
Node 18. (
mocha + chai
) should be enabledCS test setup is flawed
The description should be language agnostic
JS:
No random tests
mocha
+chai
should be usedCS:
No random tests
mocha
+chai
should be usedPython: Random tests are vulnerable to input modification
Not every vocabulary word is tested in JS --> solution as proof
please add this example to explain this line 'The glass representation may be larger or smaller. If a liquid doesn't fill a row, it floats to the top and to the left.'
{ {
{ 'H', 'H', 'W', 'O' }, { 'O','O','O','W' },
{ 'W', 'W', 'W', 'W' }, => { 'W','W','W','W' },
{ 'H', 'H', 'O', 'O' } { 'H','H','H','H' }
} }
it can be understood as
{ {
{ 'H', 'H', 'W', 'O' }, { 'O','O','O', '' },
{ 'W', '', '', '' },
{ 'W', 'W', 'W', 'W' }, => { 'W','W','W','W' },
{ 'H', 'H', 'O', 'O' } { 'H','H','H','H' }
} }
or
{ {
{ 'H', 'H', 'W', 'O' }, { 'W','O','O','O' },
{ 'W', 'W', 'W', 'W' }, => { 'W','W','W','W' },
{ 'H', 'H', 'O', 'O' } { 'H','H','H','H' }
} }
Why too many format codes should throw an error but
%f
without a number should print%f
?Java translation
Loading more items...