Variable statement
A variable statement defines one or more variables.
var x = 10;
var x = 10, var y = <expression>;
View a markdown version of this page
A variable statement defines one or more variables.
var x = 10;
var x = 10, var y = <expression>;