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.
Tests with words of length 15 should be added.
Fixed tests to fit the description and also removed some redundant code in tests.
Please check and close the issue, because I can't do that for myself :(
Hi! I just completed this Kata and came here to say that there should be no such words in the input according to Kata description:
4 : You will never have in the given string words withs more than 15
.I was surprised that I got such words in random tests. So I think it's better If I fix them to fit the description and so it will have no such words.
Oh, you are wright!
It was infinity loop.
Thanks!
You tried to create some array of millions of elements or something like that (possibly infinite loop).
Needs proofreading for grammar and spelling.
Firstly I can't complete the kata because of "FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory".
All tests before this message are correct.
What this mean?
Fixed tests with words longer than 15 characters should be added.
ah no, that's empty string.
looks like you send null a sinput from time to time, in the random tests.
This should be fix.
Issue have been solved now (look at the most recent discuss) ;)
Issue have been solved now (look at the most recent discuss) ;)
Issue seems solved now ^^
Loading more items...