https://github.com/derektypist/build-a-factorial-calculator
Use loops and conditionals to calculate the factorial of a number.
https://github.com/derektypist/build-a-factorial-calculator
freecodecamp-project javascript loops
Last synced: about 2 months ago
JSON representation
Use loops and conditionals to calculate the factorial of a number.
- Host: GitHub
- URL: https://github.com/derektypist/build-a-factorial-calculator
- Owner: derektypist
- Created: 2025-01-15T13:40:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T13:54:25.000Z (over 1 year ago)
- Last Synced: 2025-03-22T19:18:45.208Z (about 1 year ago)
- Topics: freecodecamp-project, javascript, loops
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build a Factorial Calculator
Use loops and conditionals to calculate the factorial of a number.
## UX
[Build a Factorial Calculator User Stories](https://www.freecodecamp.org/learn/full-stack-developer/lab-factorial-calculator/build-a-factorial-calculator)
## Technologies
Uses JavaScript loops.
## Deployment
Copy `script.js` into the text editor and save. In `Node.js command prompt` type `node script.js` and press enter.
## Credits
### Acknowledgements
- [FreeCodeCamp](https://www.freecodecamp.org)