var a;
a = 30;  // Assigns for value 30 to the variable 'a'
a = a + 40;  // Assigns the value 70 to the variable 'a'