Skip to content

Commit f7015a4

Browse files
committed
Refactor loop structure in Loop.html for improved readability
1 parent 7b772b4 commit f7015a4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Example/01 Lecture_Example/Basic/Loop.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
//}
2828

2929
function clickme(){
30-
for(let i = 0; i <= 100; i++){
31-
30+
for(let i = 0; i <= 100; i++){
3231

3332
document.getElementById("print").innerHTML += "<li>" + i + "</li>";
3433

0 commit comments

Comments
 (0)