Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 4 months agoJavaScriptsh.itjust.worksimagemessage-square86fedilinkarrow-up1756arrow-down128
arrow-up1728arrow-down1imageJavaScriptsh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 4 months agomessage-square86fedilink
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up1·edit-24 months agoI thought IIFE’s usually looked like (function (...params) {})(...args). That’s not the latest way? To be honest I never used them much, at least not after arrow functions arrived.
I thought IIFE’s usually looked like
(function (...params) {})(...args)
. That’s not the latest way? To be honest I never used them much, at least not after arrow functions arrived.