WDV221 Intro Javascript

Project 3 - Operators and Textfields - Assignment


Enter a number for value1:

Enter a number for value 2:

1. Display the value you entered for value1:

2. Dislplay the value you entered for value2:

3. Display the value of value1 * value2:

4. Display the results of value1 + value2 in the following textfield.

5. Use the increment operator to add 1 to count and display the new value of count.