18
you are viewing a single comment's thread
view the rest of the comments
[-] beforan@lemm.ee 1 points 2 years ago

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

this post was submitted on 17 Jun 2023
18 points (100.0% liked)

Programmer Humor

37508 readers
359 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS