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

Smartphone icons created by Freepik - Flaticon

JavaScript Variables

In this example, x, y, and z are variables.

var x = 5;
var y = 6;
var z = x + y;