Skip to content

Commit bf1ba8e

Browse files
committed
code updated
1 parent 4f313df commit bf1ba8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vowel_counter_2/iterative_appr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ function vowelcnt(text) {
3232
return counter;
3333
}
3434

35-
console.log(vowelcnt("i love you"))
35+
console.log(vowelcnt("i love HacktoberFest"))

0 commit comments

Comments
 (0)