This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
Numeric constants, preceded by 0x, are interpreted as hexadecimal:
let x = 0xFF; document.getElementById("demo").innerHTML = "0xFF = " + x;