Variable Vexation

Welcome to Variable Vexation, where the variables never make sense, but the code is always a mess.

Today's Code Puzzle:

`let x = Math.random();
if (x < 1) {
  print("Variable Vexation has taken you over the edge of sanity");
  } else {
  print("Variable Vexation has set you on a wild goose chase");
}`

What do you think will happen when you run this code?