A simple Javascript Project to check if a number is Armstrong Number of not.
Table of Contents
A number is thought of as an Armstrong number if the sum of its own digits raised to the power number of digits gives the number itself. For example, 0, 1, 153, 370, 371, 407 are three-digit Armstrong numbers and, 1634, 8208, 9474 are four-digit Armstrong numbers and there are many more.
No prerequisites required executing this program.
- Clone the repository:
git clone https://github.com/khushi-purwar/WebDev-ProjectKart.git
-
Navigate to
Armstrong Number Checker
Project. -
Open the
index.html
HTML file with live server.