Home » HTML » HTML APIs » Question
  1. Which of the following event does not take a MouseEvent argument in Map()?
    1. click
    2. mouseover
    3. dbclick
    4. drag
    5. None of these
Correct Option: D

There are various events of Map() that takes MouseEvent as an argument. Some of them are dbclick, click, mouseout, mousemove, mouseover, rightclick. When a user clicks the map click event is fired and on double clicking on the map dbclick event is fired.



Your comments will be displayed only after manual approval.