Multiple choice

Which of the following event methods in javascript is the combination of the two functions?

  1. blur()

  2. hover()

  3. dblclick()

  4. focus()

  5. none of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This event methods has the two combined functions like mouseenter() and mouseleave().