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.
i just realized that the two strings are actually reversed
there's an issue with js basic test case, the input are these two strings:
s1: Are they here;
s2: yes, they are here;
the output should be the following:
1:eeeee/1:yy/=:hh/=:rr/=:t
but it keeps saying expected "1:eeeee/1:yy/=:hh/=:rr/=:t" to be equal to "1:eeeee/1:yy/=:hh/=:rr".
You're welcome.
thank you for help
Expected: '[1,"0","0","0",0]', instead got: '[1,"0",0,0,0]'
i got only 1 false mixed test but i can't see the input so i don't know what the problemis