Lol. If this were to work, here's what it does:
Sets a variable "x" as an integer, with a value of 10Sets a variable "y" as an integer, with a value of 20
Opens an alert box (popup window, basically) with the result of x multiplied by y.
Oops!