roon@lemmy.ml to Programmer Humor@programming.devEnglish · 7 months agoHilariouslemmy.mlimagemessage-square6fedilinkarrow-up17arrow-down10cross-posted to: programmerhumor@lemmy.ml
arrow-up17arrow-down1imageHilariouslemmy.mlroon@lemmy.ml to Programmer Humor@programming.devEnglish · 7 months agomessage-square6fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarePython@programming.devlinkfedilinkarrow-up1·7 months agoI’ll do you one better function* sorry() { yield "I'm sorry"; } Call sorry.next().value as many times as you need to baby, hell you can even use it in a for-of loop because Generator functions are Iterable. I fucking love JavaScript
I’ll do you one better
function* sorry() { yield "I'm sorry"; }
Call sorry.next().value as many times as you need to baby, hell you can even use it in a for-of loop because Generator functions are Iterable. I fucking love JavaScript