Project 4 - Javascript II - Part A
- Login to your W3 Schools Spaces account and open your project4.html file.
- Create 2 variables that hold numbers.
- Add the numbers together and use alert() to display the results.
- Create 2 variables that hold text - your first and last name.
- 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.