Why doesn't my function remove vowels and just returns the original string? – Javascript
I have recently stumbeled upon a problem on Code wars that seems very simple but when I try to check if vowel is present it just return the original string. Help would be appreciated. function disemvowel(str) { let vowels =…