We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 346536d + 980b712 commit 4b3a9bbCopy full SHA for 4b3a9bb
1 file changed
docs/day03/01.md
@@ -41,7 +41,7 @@ document.write(`student2の数学の点数は${student2.scores.math}です。`);
41
42
## オブジェクトを引数や戻り値に持つ関数
43
44
-オブジェクトも値の一種ですので、当然のことながら関数の引数に利用したり、戻り値として返したりすることができます。
+オブジェクトも値の一種ですので、当然のことながら関数の引数として渡したり、戻り値として返したりすることができます。
45
46
```js
47
function introduce(person) {
0 commit comments