Math.random()
to generate a random number and check if it is greater than or equal to 0.5
.const randomBoolean = () => Math.random() >= 0.5;
randomBoolean(); // true
Subscribe to get resources directly to your inbox. You won't receive any spam! ✌️