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: 4 months 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T08:02:11.000Z (over 2 years ago)
- Last Synced: 2025-02-14T20:55:31.301Z (5 months 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