2 problems

okay so here’s the deal

https://www.codecademy.com/SuperN3rd02/codebits/Pdy6cc

I have 2 problems.

  1. I want to have the alert() choose based on a Math.random(). what numbers do the Math.random() choose from? and how do I get it to go back to the alert with 3 options for the code to pick?

  2. how do I get the webpage to not resize EVERY time I edit the code? is there something wrong in the CSS? or HTML?
    (I do know the first 2 lines are commented out. I did it so the alert() and confirm() don’t run whenever I start typing in the code.)