Variables
Variable declaration
it is not necessary to declare variables before using them, but it is a good programming style
var i;
var sum;
Untyped variables
I=10;
I=“ten”;
Previous slide
Next slide
Back to first slide
View graphic version