Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 419 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 419 Bytes

Magic Eight Ball

Project #22 from Codecademy's Full Stack Engineer Career Path

By Anton Vlasenko (AntonV0)

Project Outline

The Magic Eight Ball app allows the user to input a question and receive a random output of their fortune.

What I Learned

  • Conditional (ternary) operators
  • Switch statement with cases to output different fortunes
  • Generating random numbers with Math.floor(Math.random())