stale_cheetos@sh.itjust.works to Programming Horror@programming.dev · edit-210 months agoAlmost 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@programming.dev · edit-210 months agomessage-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·10 months agoEntire block could literally be replaced with arr[index] = self.cleanupMetadata(subValue).
minus-squareorclev@lemmy.worldlinkfedilinkarrow-up9·10 months agoFiguratively 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.