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 2 + 3 + "5" is:

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