tc39 / proposal-collection-methods

https://tc39.github.io/proposal-collection-methods/
Other
172 stars 8 forks source link

What about Set#forEach? #13

Closed Nokel81 closed 6 years ago

Nokel81 commented 6 years ago

I would find it very useful to iterate through a set being given (value, key, set) similar to arrays or maps.

ljharb commented 6 years ago

Sets already have a forEach method.