jroid8@lemmy.world to Programmer Humor@lemmy.ml · 2 years agoknow the features of your languagelemmy.worldimagemessage-square145fedilinkarrow-up1646arrow-down124
arrow-up1622arrow-down1imageknow the features of your languagelemmy.worldjroid8@lemmy.world to Programmer Humor@lemmy.ml · 2 years agomessage-square145fedilink
minus-squarenick@campfyre.nickwebster.devlinkfedilinkEnglisharrow-up5·2 years agoconst fn = (a, b) => a ?? b
minus-squareshastaxc@lemm.eelinkfedilinkarrow-up2·2 years agoBut this just creates a function. You still have to call it.
const fn = (a, b) => a ?? b
Gotta love some peer review
But this just creates a function. You still have to call it.
((a, b) => a ?? b)();