How does a WHILE loop start? while (i <= 10) With JavaScript, the first control statement in a for loop usually does what? creates a control variable With JavaScript, look at the following code: var x = "Anna"; var y=30; x=y; Variable x now contains?