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.
Test code should be removed from preloaded: https://www.codewars.com/kata/reviews/5e935140955e440001e9ea1d/groups/6764af59f0e46282e42c620a
it
block of random tests should be within thedescribe
blockRandom test should not be fixed to generate string of size 15 only
Assertion messages could be more helpful in readability by adding
()
around the input stringApproved
Random tests have been lowered to 55, that is already a very low number. Node 18 enabled too, so your solution now runs 2x faster at the very least compared to Node 8, so closing then ^^
Approved
Approved
Perhaps some reading might help, though this kata does not require to handle default values, only handling of empty list as an edge case is needed.
Approved by someone
^^
ok, done.
Much better, now perhaps it would be much clearer if users know that
Input1, Input2, Input3
correspond tos, w, h
Added by Johan above
Not sure that this is necessarily an issue (as the variables already include the word string and example testcases have the binary strings as strings), but have added quotes around the strings in the
it
blockLoading more items...