Skip to content

Commit 116be8a

Browse files
authored
Rename index.js to script.js
1 parent fa77fe7 commit 116be8a

File tree

1 file changed

+1
-1
lines changed
  • 05-Check-if-a-Character-is-Vowel-or-Consonant

1 file changed

+1
-1
lines changed

05-Check-if-a-Character-is-Vowel-or-Consonant/index.js renamed to 05-Check-if-a-Character-is-Vowel-or-Consonant/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ if (alphabet === "a" || alphabet === "e" || alphabet === "i" || alphabet === "o"
77
}
88
else {
99
console.log("It is a consonant");
10-
}
10+
}

0 commit comments

Comments
 (0)