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

Smartphone icons created by Freepik - Flaticon

The var Keyword Creates Variables

var x, y;
x = 5 + 6;
y = x * 10;