DEV Community

A trickier but simple JavaScript question

ssemugenyi isaac on January 09, 2020

Question Write a js code that prints to the console the numbers from 1 to 100. But for multiples of 3 print “Fizz” instead of the number and for t...
Collapse
 
catalinradoi profile image
CatalinRadoi

This was an interview problem some 20 years ago =)