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
This simple algorithm prints out the word "fizz" at any value within an array that is divisible by the number 3, "buzz" at any value divisible by the number5 and finally "fizzbuzz" at any value divisible by the number 15.