Skip to content

Commit

Permalink
Update docs/1-trial-session/09-functions/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: WATAHIKI Yuto <[email protected]>
  • Loading branch information
aster-void and chvmvd authored Oct 7, 2023
1 parent 12da21f commit 1690041
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/1-trial-session/09-functions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ function repeat(stringToRepeat, times) {
}
return result;
}
// ここから下だけ考えればよい
for (let i = 0; i < 10; i++) {
document.write(repeat("", i));
document.write("<br>");
Expand Down

0 comments on commit 1690041

Please sign in to comment.