An open API service indexing awesome lists of open source software.

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.

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)