/* Random Boolean */ var randomNumber = Math.random() >= 0.5; console.log(randomNumber);