18
JavaScript devs be like
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
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));