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

Smartphone icons created by Freepik - Flaticon

JavaScript Arithmetic

A typical arithmetic operation takes two numbers and produces a new number.

let x = 100 + 50;
document.getElementById("demo").innerHTML = x;