javascript-tutorial / en.javascript.info

Modern JavaScript Tutorial
https://javascript.info
Other
23.04k stars 3.82k forks source link

Amend the "Map and Set" tutorial to include the new Set composition methods. #3684

Open damonholden opened 2 months ago

damonholden commented 2 months ago

Th proposal for new set composition methods just hit stage 4 - https://github.com/tc39/proposal-set-methods.

Its time to add these to the relevant tutorial - Map and Set.