Skip to content

Commit 3f737f8

Browse files
committed
Fix answer of max
1 parent 9f10cb8 commit 3f737f8

File tree

1 file changed

+1
-2
lines changed
  • docs/1-trial-session/09-functions/_samples/max

1 file changed

+1
-2
lines changed

docs/1-trial-session/09-functions/_samples/max/script.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ function max(a, b) {
66
}
77
}
88

9-
10-
document.write(`${4}${7}のうち大きいのは${max(4, 7)}です。`);
9+
document.write(`4と7のうち大きいのは${max(4, 7)}です。`);

0 commit comments

Comments
 (0)