A simple JavaScript Project to check whether a number is a Special Number or not.
Table of Contents
A number is said to be a special number when the sum of the factorial of its digits is equal to the number itself. Example- 145 is a Special Number as 1!+4!+5!=145.
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
Special Number Checker
Project. -
Open the
index.html
HTML file with live server.