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 fa77fe7 commit 116be8aCopy full SHA for 116be8a
05-Check-if-a-Character-is-Vowel-or-Consonant/index.js renamed to 05-Check-if-a-Character-is-Vowel-or-Consonant/script.js
@@ -7,4 +7,4 @@ if (alphabet === "a" || alphabet === "e" || alphabet === "i" || alphabet === "o"
7
}
8
else {
9
console.log("It is a consonant");
10
-}
+}
0 commit comments