Duc Nguyen

Results 2 issues of Duc Nguyen

I think it's because of // Count multiple consonants. parts = value.split(/[^aeiouy]+/) and ay is counted as a vowel split, so we ended up with parts [ 'o', 'e', 'ay'...

Hi, Is it possible to get a number only model? I'm working on a voice calculator and converter for people working in environment where their hands are either busy or...