tc39 / proposal-upsert

ECMAScript Proposal, specs, and reference implementation for Map.prototype.upsert
https://tc39.es/proposal-upsert/
MIT License
202 stars 14 forks source link

Update README.md #34

Closed mariusschulz closed 1 month ago

mariusschulz commented 3 years ago

The example "Just update if present" shouldn't need the if (map.has(key)) check, unless I'm missing something.

dminor commented 1 month ago

Thank you for the contribution, but I'm closing this because we're moving in a different direction with the design.