JavaScript devs be like

https://lemmy.ml/post/1316356

JavaScript devs be like - Lemmy

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));