Vidyalelo
JavaScript · Q87

Document Object Model And Event Handling

Programming · JavaScript · question 87

Q87

The focus and blur events are also part of

A.
Element events
B.
Handler events
C.
Window events
Answer
D.
Scroll events

Answer: Option C

Solution

Answer: Option C
Solution:
The focus and blur events are also used as Window events: they are triggered on a window when that browser window receives or loses keyboard focus from the operating system.