Exam Questions and Answers |
Already Graded A+
Which method convert a string value to uppercase letters? -
ANSWER ✔✔toUpperCase()
Which event occurs when the loading of an image is terminated? -
ANSWER ✔✔abort
Which event occurs when a user clicks the mouse button outside of a
particular input field? - ANSWER ✔✔blur
, Which event occurs when the user clicks on a link or form element? -
ANSWER ✔✔click
Which event occurs when a user modifies the value of a form field? -
ANSWER ✔✔change
Which event occurs when there is a problem loading an external image
or resource? - ANSWER ✔✔error
Which event occurs when a user clicks into a form field? - ANSWER
✔✔focus
Which event occurs when a page is opened? - ANSWER ✔✔load
Which event occurs when the user moves the mouse pointer over a link,
image or other visible element on a page? - ANSWER
✔✔mouseOver
Which event occurs when the mouse pointer leaves a link, image or
other visible element on a page? - ANSWER ✔✔mouseOut
Which event occurs when a form's Reset button is clicked? -
ANSWER ✔✔reset
Which event occurs when the user highlights the text in a form field? -
ANSWER ✔✔select