Javascript - Variables - Var


var variables are function-scoped or globally-scoped variables. A var variable can be declared anywhere, including after it is used, for example, at the bottom of a function that uses the variable.