☆ Yσɠƚԋσʂ ☆ to Programmer HumorEnglish · 2 years agoJavaScript devs be likeimagemessage-square12fedilinkarrow-up1115arrow-down17
arrow-up1108arrow-down1imageJavaScript devs be like☆ Yσɠƚԋσʂ ☆ to Programmer HumorEnglish · 2 years agomessage-square12fedilink
minus-squarebeforan@lemm.eelinkfedilinkEnglisharrow-up3·2 years agoEither that for the sweet sweet node_modules, or this for the code golf: Array(100).fill().forEach((_, n) => console.log((++n % 3 ? "" : "Fizz") + (n % 5 ? "" : "Buzz") || n));
Either that for the sweet sweet
node_modules
, or this for the code golf:Array(100).fill().forEach((_, n) => console.log((++n % 3 ? "" : "Fizz") + (n % 5 ? "" : "Buzz") || n));