Tutorials

Exercise:

Create a third variable called z, assign x + y to it, and display it.

Hint: var z = x + y.