Unannounced Quiz 2
Answer All Questions:
1. Give an JavaScript assignment statement
that adds 1 to variable y.
2. Write one million as a JavaScript number.
3. What is the result JavaScript expressions:
   a) 5 + 5
   b) '8' + '9'
   c) 1 + '5'