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 Boolean value of -0:

let x = -0;
document.getElementById("demo").innerHTML = Boolean(x);