A javascript variaible is a container for data for example lets say I whanted to store the number 5 I would use a variable.
EXAMPLE of code
var x = 5;
var y = 6;
var z = x + y;
A javascript variaible is a container for data for example lets say I whanted to store the number 5 I would use a variable.
EXAMPLE of code
var x = 5;
var y = 6;
var z = x + y;