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

Smartphone icons created by Freepik - Flaticon

Assigning JavaScript Values

In JavaScript the = operator is used to assign values to variables.

var x, y;
x = 5;
y = 6;