Skip to content

Commit 39d902e

Browse files
authored
Rename index.js to script.js
1 parent 15a5f4e commit 39d902e

File tree

1 file changed

+1
-1
lines changed
  • 08-Check-the-Number-is-Divisible-by-2-and-3

1 file changed

+1
-1
lines changed

08-Check-the-Number-is-Divisible-by-2-and-3/index.js renamed to 08-Check-the-Number-is-Divisible-by-2-and-3/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ if (num % 2 === 0 && num % 3 === 0) {
77
}
88
else {
99
console.log("Not divisible by 2 and 3");
10-
}
10+
}

0 commit comments

Comments
 (0)