This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.

Smartphone icons created by Freepik - Flaticon

JS Booleans

Display the value of Boolean(10 > 9):

document.getElementById("demo").innerHTML = Boolean(10 > 9);