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

Smartphone icons created by Freepik - Flaticon

JavaScript Variables

The result of adding 5 + 2 + 3 is:

let x = 5 + 2 + 3;
document.getElementById("demo").innerHTML = x;