Skip to content

Conversation

seanpdoyle
Copy link
Owner

@seanpdoyle seanpdoyle commented Oct 8, 2024

The Set.add method doesn't accept variable arguments. To replace the
... splatting, this commit loops over values and adds them
individually.

The [Set.add]() method doesn't accept variable arguments. To replace the
`...` splatting, this commit loops over values and adds them
individually.

[Set.add]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/add
@seanpdoyle seanpdoyle merged commit a872dd9 into main Oct 8, 2024
80 checks passed
@seanpdoyle seanpdoyle deleted the set-add-invocation branch October 8, 2024 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant