When will the window property come into play?
A. Representation convenience
B. Use as an extension of other objects
C. Use objects in the Window object
D. Refer to window object itself
Answer: Option D
A. Representation convenience
B. Use as an extension of other objects
C. Use objects in the Window object
D. Refer to window object itself
Answer: Option D
What are the events generated by the Node objects called?
A. generators
B. emitters
C. dispatchers
D. highevents
What is the function used to deregister event handler ‘f’?
A. deleteAllListeners(name)
B. deleteListener(name,f)
C. removerListener(name,f)
D. removeAllListeners(name)
What is the function used to remove all handlers for name events?
A. deleteAllListeners(name)
B. deleteListener(name,f)
C. removerListener(name,f)
D. removeAllListeners(name)
Join The Discussion