You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a new one called fizzbuzz
You should display all Numbers from 1 to 100.
If the number os divisible by 5 write buzz instead of the number, if the number is divisible by 3 write fizz. If the number is both divisible by 5 and 3 write fizzbuzz.
The text was updated successfully, but these errors were encountered:
There is a new one called fizzbuzz
You should display all Numbers from 1 to 100.
If the number os divisible by 5 write buzz instead of the number, if the number is divisible by 3 write fizz. If the number is both divisible by 5 and 3 write fizzbuzz.
The text was updated successfully, but these errors were encountered: