Home »
MCQs »
JavaScript IndexedDB MCQs
Which of the following function can be employed to create an object store?
12. Which of the following function can be employed to create an object store?
- ObjectStore()
- openObjectStore()
- createObjectStore()
- ObjectStoreCreate()
Answer: C) createObjectStore()
Explanation:
The createObjectStore() function can be employed to create an object store.