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
Copy file name to clipboardExpand all lines: 1_Fizz-Buzz/index.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
// Classic Fizz-Buzz
2
-
// Write a function that takes in a number and will return "Fizz" if it's divisible by 3, "Buzz" if divisible by 5, or "Fizz-Buzz" if divisible by 15
2
+
// Write a function that takes in a number and will return "Fizz" if it's divisible by 3, "Buzz" if divisible by 5, or "Fizz-Buzz" if divisible by both
0 commit comments