Join Nostr
2024-08-27 01:35:10 UTC

Konnor Rogers on Nostr: Who decided the argument order of Map.prototype.forEach is: (value, key, map) instead ...

Who decided the argument order of Map.prototype.forEach

is: (value, key, map)

instead of

(key, value, map)

who the fuck expects value to come before key??

Especially when Map.prototype.entries() is:

[key, value]