I Asked the FizzBuzz JavaScript Interview Question and the Results Were Surprising

Most interviewees were left buzzing after a point

Bikash Paneru
Better Programming
Published in
4 min readFeb 16, 2021

--

Woman covering her eyes and looking surprised
Photo by Brooke Cagle on Unsplash

Write a short program that prints each number from 1 to 100 on a new line.
For each multiple of 3, print "Fizz" instead of the number.
For each multiple of 5, print "Buzz" instead of the number.
For numbers which are multiples of both 3 and…

--

--