creating variable is depend on how many things that we want to give a value here are the ex ample
......................................
var x ;
x=1;
...................
thats mean that you've give the value of x variable , it is 1
anothe example :
var rt;
rt ="vanya"
this mean that rt is given value "vanya"
No comments:
Post a Comment