JavaScript devs be like
https://lemmy.ml/post/1316356
Either that for the sweet sweet node_modules, or this for the code golf:
node_modules
Array(100).fill().forEach((_, n) => console.log((++n % 3 ? "" : "Fizz") + (n % 5 ? "" : "Buzz") || n));