fizzbuzz

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

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:

source


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

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.

source


Sunday, November 23, 2025, 11:59:33 AM Coordinated Universal Time by stefs

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

source


view