Zechariah Hounwanoucodexive.hashnode.dev·Apr 17, 2023Solving FizzBuzz Problem in JavaScriptWe are going to play a game called FizzBuzz, Have you played the game before, if you haven’t no need to worry I will show you how. I can tell you for free that afterward you would love to play it and write a program code for it in your favorite progr...Discuss·5 likes·82 readsFIZZBUZZ CHALLANGE
Kolawoletechkaduna.hashnode.dev·Mar 25, 2023Solving the popular Fizz Buzz coding testToday, we would look at solving a very popular code interview test – the FizzBuzz test. I decided to tackle this challenge as a sequel to our last tutorial about finding the last n digits of a number using the modulo operator. The FizzBuzz coding tes...Discuss·10 likes·57 readsProgramming Blogs
Fred Heathbootstrap.me.uk·Dec 21, 2018The Three Ghosts of FizzBuzz: A Christmas StoryFizzBuzz is a simple kids game, often used as a test at programming interviews. It goes like this: "Write a program that prints the numbers from 1 to 100. But for multiples of 3 print “Fizz” instead of the number and for multiples of 5 print “Buzz”...DiscussRuby