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

https://github.com/derektypist/pyramid-generator-console

Take a number as input and generate a pyramid with many levels using a loop.
https://github.com/derektypist/pyramid-generator-console

console-application freecodecamp-project javascript

Last synced: 30 days ago
JSON representation

Take a number as input and generate a pyramid with many levels using a loop.

Awesome Lists containing this project

README

          

# Pyramid Generator Console

Take a number as input and generate a pyramid with many levels using a loop.

## UX

[Build a Pyramid Generator User Stories](https://www.freecodecamp.org/learn/full-stack-developer/lab-pyramid-generator/lab-pyramid-generator)

## 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)