Closed mariusschulz closed 1 month ago
The example "Just update if present" shouldn't need the if (map.has(key)) check, unless I'm missing something.
if (map.has(key))
Thank you for the contribution, but I'm closing this because we're moving in a different direction with the design.
The example "Just update if present" shouldn't need the
if (map.has(key))
check, unless I'm missing something.