• + 0 comments

    function vowelsAndConsonants(s) { let vowel =[] let cons =[] let ans =[] for(var i=0; i