Skip to content

Files

Latest commit

e89fa3e · May 5, 2022

History

History
This branch is up to date with khushi-purwar/WebDev-ProjectKart:master.

Special Number Checker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 5, 2022
May 5, 2022
May 5, 2022
May 5, 2022
May 5, 2022

Special Number Checker

A simple JavaScript Project to check whether a number is a Special Number or not.


Table of Contents

    About The Project

    Getting Started

  1. Features
  2. Contact

About The Project

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.

(back to top)


Built With

(back to top)

Getting Started

Prerequisites

There are no prerequisites for running this program.

Prerequisites

There are no prerequisites for running this program.

Running the Program:

  1. Start by cloning the repository.

git clone https://github.com/khushi-purwar/WebDev-ProjectKart.git

  1. Navigate to Special Number Checker Project.

  2. Open the index.html HTML file with live server.

(back to top)

Features

snip

(back to top)