Skip to content

Commit

Permalink
Update files/en-us/web/javascript/reference/global_objects/set/differ…
Browse files Browse the repository at this point in the history
…ence/index.md
  • Loading branch information
estelle authored Sep 27, 2023
1 parent 5f0f063 commit a9b6a01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ browser-compat: javascript.builtins.Set.difference

{{JSRef}}

The **`difference()`** method of {{jsxref("Set")}} instances takes a set and returns a new set containing elements in this set but not in the given set.
The **`difference()`** method of {{jsxref("Set")}} instances takes a set and returns a new set containing elements in this set that are not in the given set.

## Syntax

Expand Down

0 comments on commit a9b6a01

Please sign in to comment.