let rand = Math.floor(Math.random() * 3);
if (rand == 1) test = prompt("Test");
rand =