stale_cheetos@sh.itjust.works to Programming Horror · edit-29 个月前Almost had to mark this one NSFWsh.itjust.worksimagemessage-square5fedilinkarrow-up113arrow-down16file-text
arrow-up17arrow-down1imageAlmost had to mark this one NSFWsh.itjust.worksstale_cheetos@sh.itjust.works to Programming Horror · edit-29 个月前message-square5fedilinkfile-text
For those unfamiliar with JS: subValue (the first argument in the forEach callback) is the value contained at arr[index].
minus-squareorclev@lemmy.worldlinkfedilinkarrow-up8arrow-down1·9 个月前Entire block could literally be replaced with arr[index] = self.cleanupMetadata(subValue).
minus-squareorclev@lemmy.worldlinkfedilinkarrow-up9·9 个月前Figuratively the block could be replaced with a roll of duct tape and some chewing gum.
Entire block could literally be replaced with
arr[index] = self.cleanupMetadata(subValue)
.What about figuratively?
Figuratively the block could be replaced with a roll of duct tape and some chewing gum.