The Magic Eight Ball app allows the user to input a question and receive a random output of their fortune.
- Conditional (ternary) operators
- Switch statement with cases to output different fortunes
- Generating random numbers with Math.floor(Math.random())