Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

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

Hint: var z = x + y.