Vidyalelo
JavaScript · Q179

Document Object Model And Event Handling

Programming · JavaScript · question 179

Q179

Which is the function used to look up an object?

A.
put()
B.
set()
C.
get()
Answer
D.
look()

Answer: Option C

Solution

Answer: Option C
Solution:
You look up an object by calling the get() method of the object store or store a new object by calling put().