Vidyalelo
JavaScript · Q117

Document Object Model And Event Handling

Programming · JavaScript · question 117

Q117

What is the purpose of the method getUserData(key)?

A.
Returns the associated object
Answer
B.
Gets the user data
C.
Returns the user data
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
The method getUserData(key) returns the object associated to a key on a this node. The object must first have been set to this node by calling setUserData with the same key.