We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f313df commit bf1ba8eCopy full SHA for bf1ba8e
Vowel_counter_2/iterative_appr.js
@@ -32,4 +32,4 @@ function vowelcnt(text) {
32
return counter;
33
}
34
35
-console.log(vowelcnt("i love you"))
+console.log(vowelcnt("i love HacktoberFest"))
0 commit comments