Skip to content

Commit 39a5433

Browse files
[updated]: changed console to comment
1 parent b62e9b3 commit 39a5433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/ch_1_FizzBuzz/answer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ for (let i = 1; i <= 100; i++) {
1515
// Otherwise, print the number itself
1616
else {
1717
console.log(i);
18-
console.log(i);
18+
// no match
1919
}
2020
}

0 commit comments

Comments
 (0)