Skip to content

Commit fa77fe7

Browse files
authored
Rename index.js to script.js
1 parent 16bb26e commit fa77fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04-Check-Age/index.js renamed to 04-Check-Age/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ if (age >= 18) {
88

99
else {
1010
console.log("You cannot vote");
11-
}
11+
}

0 commit comments

Comments
 (0)