Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 103 Bytes

File metadata and controls

7 lines (5 loc) · 103 Bytes

Boolean

  • Get a random boolean
const randomBoolean = () => Math.random() >= 0.5;