Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nomandhoni-cs/themightycalculator
This my web based calculator project to calculate basic operations.
https://github.com/nomandhoni-cs/themightycalculator
calculator hactoberfest hactoberfest-accepted
Last synced: 19 days ago
JSON representation
This my web based calculator project to calculate basic operations.
- Host: GitHub
- URL: https://github.com/nomandhoni-cs/themightycalculator
- Owner: nomandhoni-cs
- Created: 2022-04-23T12:20:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T08:02:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T03:21:15.154Z (about 1 month ago)
- Topics: calculator, hactoberfest, hactoberfest-accepted
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# theMightyCalculator
This my web based calculator project to calculate basic operations.
### Topics I Learned
1. ```eval()``` to Evaluate a string ```eval('2+2')```=```4```
2. ```Number.isInteger(input)``` to see is the number a Integer
3. ```isNaN(input)``` to see the input is blank or not