variable help

wxdqz

New Member
I have been looking for some javascript sources on the net to get used to the script.
Can you tell me which value will be stored in a, after all the calculation have been done?
can you give me details of the calculation
thank you

var a = 4 + 6 / 2
var a = Math.round( 0.8 * 2 )
var a = 揟he?+ 揷at sat?br />
var i = 11; var a = 1 + i++;
var a = 9; a = a % 4
 
Back
Top