Skip to content

Commit

Permalink
Update files/en-us/mozilla/firefox/experimental_features/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Aug 7, 2023
1 parent 30a38b0 commit 2c23b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/mozilla/firefox/experimental_features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ This includes: `SVGPathSegList`, [SVGPathElement.getPathSegAtLength()](/en-US/do

## JavaScript

### Array grouping methods
### Array (iterable) grouping methods

The {{jsxref("Object.groupBy()")}} and {{jsxref("Map.groupBy()")}} static methods are used to group the elements of an iterable using a string or value returned by a test function (respectively).
The first method should be used when strings can be used to represent element groups, while the method in `Map` might be used when elements are associated with a particular object.
Expand Down

0 comments on commit 2c23b8d

Please sign in to comment.