Declares a variable and sets its initial value (if specified).
Syntax
var variableNameA [= valueA], variableNameB [= valueB] ... ;
Remarks
You can declare and initialize multiple variables at once.
![]() |
Custom Search
|
Change Language
|
var |