We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c553a06 + 3f737f8 commit 369e9d0Copy full SHA for 369e9d0
docs/1-trial-session/09-functions/_samples/max/script.js
@@ -6,5 +6,4 @@ function max(a, b) {
6
}
7
8
9
-
10
-document.write(`${4}と${7}のうち大きいのは${max(4, 7)}です。`);
+document.write(`4と7のうち大きいのは${max(4, 7)}です。`);
0 commit comments