Project 4 - Javascript II - Part A

  1. Login to your W3 Schools Spaces account and open your project4.html file.
  2. Create 2 variables that hold numbers.
  3. Add the numbers together and use alert() to display the results.
  4. Create 2 variables that hold text - your first and last name.
  5. Combine the two text variables and display them in an alert().

Now go back to your course and review Chapter 5 of the Javascript Foundations StudioWeb course. Watch it AGAIN if you have already watched it.