You are on page 1of 3

LAB#3

JAVASCRIPT
ACTIVITY

• Do the following:
A. Ask the user the following questions:
1) Do you like Web Application?
• Then Print the answer.
2) What is your favorite number?
• Check that the entered value is a number.
• If the entered number is even print “The entered number is even”,
otherwise print “The entered number is odd”.
B. In HTML: Write a paragraph “This is a nice Java Script Practice “
1) When the mouse over the text, call the function “change color” to:
• Change the text color to blue.
2) When the mouse out the text, call the function “change text” to:
• Change the text to “Bye Bye”.
• Change the color to red.
• Then close window.
THE PROGRAM OUTPUT

You might also like