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

Smartphone icons created by Freepik - Flaticon

JavaScript Statements

Multiple statements on one line are allowed.

a = 5; b = 6; c = a + b; document.getElementById("demo1").innerHTML = c;