Skip to content

Commit

Permalink
Grammar fix to match the plurality of the subject
Browse files Browse the repository at this point in the history
has -> have in predicate
  • Loading branch information
jimmonte authored Dec 4, 2023
1 parent 9cf29fa commit fec9df4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Each argument index can also be set or reassigned:
arguments[1] = "new value";
```

Non-strict functions that only has simple parameters (that is, no rest, default, or destructured parameters) will sync the new value of parameters with the `arguments` object, and vice versa:
Non-strict functions that only have simple parameters (that is, no rest, default, or destructured parameters) will sync the new value of parameters with the `arguments` object, and vice versa:

```js
function func(a) {
Expand Down

0 comments on commit fec9df4

Please sign in to comment.