Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which is the method to look up the objects for a range of keys?

  2. A.

     lookRange()

    B.

     openCursor()

    C.

     lookall()

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    If you want to look up the objects for a range of keys, you create an IDBRange object and pass it to the openCursor() method of the object store.


Be The First To Comment