• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests

JavaScript Course | Practice Quiz-1

Question 71

Events related to the browser window can be handled by
  • Onclicks
  • querySelector
  • Window
  • None of the above

Question 72

Event that is fired while scrolling a scrollable document element
  • scroll
  • window
  • onClick
  • None of the above

Question 73

How mouse drag events can be handled
  • Registering onclick handler
  • Registering onHover handler
  • Registering mousedown handler
  • None of the above

Question 74

Which of the following is a window event
  • Focus and blur event
  • Onclick events
  • Both a and b
  • None of the above

Question 75

getElementbyId is used to
  • Grab a particular element by is id
  • Grab a particular element by its class
  • Both a and b
  • None of the above

Question 76

OnClick event is used to handle
  • Handle click events
  • Handle change events
  • Handle window size
  • None of the above

Question 77

The ________ used to remove a binding

  • UnBind()

  • unBind()

  • unbind()

  • None of the above

There are 77 questions to complete.

Last Updated :
Take a part in the ongoing discussion