Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which is the function used to look up an object?

  2. A.

     put()

    B.

     set()

    C.

     get()

    D.

     look()

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    You look up an object by calling the get() method of the object store or store a new object by calling put().


Be The First To Comment