Skip to content

Commit 4dd6a62

Browse files
committed
Another pass over chapter 13
1 parent 2339aa3 commit 4dd6a62

6 files changed

Lines changed: 147 additions & 138 deletions

File tree

11_language.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ The values added to the top environment must be functions. They take
665665
the arguments that they are specified to take, and return values that
666666
can be straightforwardly derived from their arguments.
667667
`Array.prototype.slice` can be used to convert an `arguments`
668-
pseudo-array into a regular array.
668+
array-like object into a regular array.
669669

670670
!!solution!!
671671

0 commit comments

Comments
 (0)