arpit456jain / Amazing-Js-Projects

Amazing-Js-Projects
https://amazing-js-project.netlify.app/
MIT License
146 stars 213 forks source link

Special Number Checker #600

Closed eswarbhageerath closed 2 years ago

eswarbhageerath commented 2 years ago

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.

Enter any number and know whether it is a special number or not.

github-actions[bot] commented 2 years ago

Hello there!👋, @eswarbhageerath Welcome to the Amazing Js projects! 🚀⚡Thank you and congrats🎉 for opening issue in this project.Please make sure not to start working on the issue, unless you get assigned to it.😄

VidhiBhatt01 commented 2 years ago

I think we have a similar project in this repo, please verify once. If not then you can go on

eswarbhageerath commented 2 years ago

After verifying, I am proceeding with my PR mam. Thank you.