Open iskrich opened 5 years ago
Implementation #13 issue
There is a new var longestWord field related to longest word from current words data. minLength and maxLength are limits for a word. By default minLength=0, maxLength=longestWord.length
var longestWord
@iskrich I am looking for this functionality... can you merge this PR or is there any other workaround to achieve the same ?
Implementation #13 issue
There is a new
var longestWord
field related to longest word from current words data. minLength and maxLength are limits for a word. By default minLength=0, maxLength=longestWord.length