Jan. 22nd:
Use of Variables

JavaScript Functions

Assignment: Write a page titled FirstNameLastName Functions containing a function with two variables. Click the JavaScript Functions link above to visit the resource page. READ THE PAGE. I will be going over variables and functions with you in class. Remember that you must define your functions in the head of your document before you call them in the body.

Grading Criteria
GRADEASSIGNMENT
75 (C):
  • Add the variables together and display the results.
85 (B):
  • Add the variables together and display the results.
  • Multiply the variables together and display the results.
95 (A):
  • Add the variables together and display the results.
  • Multiply the variables together and display the results.
  • Display the results in an alert box.


Save this page as YourNameJS2.html. MAKE SURE IT WORKS before you upload it to the remote server.