Skip to content

Commit 16bb26e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03-Larger-Number/index.js renamed to 03-Larger-Number/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ if (a > b) {
99

1010
else {
1111
console.log(b);
12-
}
12+
}

0 commit comments

Comments
 (0)