const word = Math.random() > 0.5 ? "Hello" : "Goodbye cruel"; alert(`${word} world`);