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.

edited by: stefs at Sunday, November 23, 2025, 12:11:49 PM Coordinated Universal Time


view