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 is defined as a variable. Then, x is assigned the value of 6:

var x;

x = 6;