Skip to content

Commit cf0968a

Browse files
committed
Rephrase question 19
1 parent c9a0152 commit cf0968a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ getAge(21);
602602

603603
#### Answer: C
604604

605-
The spread operator (`...args`.) returns an array with arguments. An array is an object, so `typeof args` returns `"object"`
605+
The rest parameter (`...args`.) lets us "collect" all remaining arguments into an array. An array is an object, so `typeof args` returns `"object"`
606606

607607
</p>
608608
</details>

0 commit comments

Comments
 (0)