A simple JavaScript Project to check if a number is a Buzz Number or not.
Table of Contents
A number is said to be Buzz Number if it ends with 7 or is divisible by 7. Example: 1007 is a Buzz Number.
There are no prerequisites for running this program.
There are no prerequisites for running this program.
- Start by cloning the repository.
git clone https://github.com/khushi-purwar/WebDev-ProjectKart.git
-
Navigate to
Buzz Number Checker
Project. -
Open the
index.html
HTML file with live server.