Author Archives: Matt

JavaScript FizzBuzz variations

FizzBuzz is a famous algorithmic problem used in software development job interviews: Display a list of numbers from 1 to 100, one per line. If the number is a multiple of 3, display Fizz instead. If the number is a … Continue reading

Posted in Humour, JavaScript | Leave a comment