What are the two incompatible versions of YUI?
A. YUI1 and YUI2
B. YUI2 and YUI4
C. YUI1 and YUI3
D. YUI2 and YUI3
Answer: Option A
A. YUI1 and YUI2
B. YUI2 and YUI4
C. YUI1 and YUI3
D. YUI2 and YUI3
Answer: Option A
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