Inverted Pyramid Pattern Generator
This JavaScript project generates an inverted pyramid pattern based on user-defined inputs. Customize your pyramid with the following options:
- Character Choice: Select any character to build your pyramid.
- Row Count: Decide the number of rows in your pyramid.
- Inversion Option: Choose whether the pyramid should be upright or inverted.
A fun and flexible way to play around with patterns and practice JavaScript!