FizzBuzz: A Coding Challenge


The Division Game.

This game traditionally is played by calling multiples of 3 “Fizz", and calling multiples of 5 “Buzz”. Numbers which are multiples of both 3 and 5 are called “FizzBuzz”. This coding challenge allows users to change the Fizz and Buzz variables to find other multiples.

    • CSS and Bootstrap 5 Layout
    • JavaScript Fundamentals
    • JavaScript Loops
    • JavaScript DOM Manipulation
    • JavaScript Boolean Logic

TECHNOLOGIES USED

JavaScript

One of the core technologies of web development, JavaScript is a programming language that runs right in your browser.

Bootstrap 5

Bootstrap 5 is an open-source CSS framework directed at responsive, mobile-first web development.

HTML 5

HyperText Markup Language creates structured documents so information can easily be displayed within your web broswer.

CSS 3

Cascading Style Sheets design and enable the presentation of content, such as layout, colors, and fonts.