jroid8@lemmy.world to Programmer Humor@lemmy.ml · 11 months agoknow the features of your languagelemmy.worldimagemessage-square131fedilinkarrow-up1626arrow-down124
arrow-up1602arrow-down1imageknow the features of your languagelemmy.worldjroid8@lemmy.world to Programmer Humor@lemmy.ml · 11 months agomessage-square131fedilink
minus-squarenighty@lemmy.mllinkfedilinkarrow-up6·11 months agowe can remove the return! const fn = (a, b) => a || b
minus-squarenick@campfyre.nickwebster.devlinkfedilinkEnglisharrow-up4·11 months agoconst fn = (a, b) => a ?? b
minus-squareshastaxc@lemm.eelinkfedilinkarrow-up2·11 months agoBut this just creates a function. You still have to call it.
we can remove the return!
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)();