var
Keyword
var Keyword
The var
statement declares a function-scoped or
globally-scoped variable, optionally initializing it to a value.
var
Keyword
The var
statement declares a function-scoped or
globally-scoped variable, optionally initializing it to a value.