JS Learning

FizzBuzz

easy

Topic Overview

Take your time to understand each concept. Practice with the examples below!

Write a function that returns "Fizz" for multiples of 3, "Buzz" for multiples of 5, "FizzBuzz" for multiples of both, or the number itself otherwise.

Ready to practice? Try the exercise below to reinforce your learning!

JAVASCRIPT Editor
Loading...