fizzbuzz

a word game for teaching children about division, often used for tech interviews to weed out candidates who can't code at all.

tech interview FizzBuzz:

for the numbers 1 to 100, print fizz if the number is divisible by 3, buzz if it's divisible by 5 and fizzbuzz if it's divisible by both.

slightly overengineered examples:


linking here:

last edited by: stefs at Sunday, November 23, 2025, 12:13:09 PM Coordinated Universal Time


edit history source