var variable code example
Example 1: js var
var nomevariabile1 [= valore1] [, nomevariabile2 [= valore2] ... [, nomevariabileN [= valoreN]]];
Example 2: vars javascript
var /*var*/ = /*What it does*/
var nomevariabile1 [= valore1] [, nomevariabile2 [= valore2] ... [, nomevariabileN [= valoreN]]];
var /*var*/ = /*What it does*/