Challenge: Handling Employee Details
Test your understanding of databases and object stores in IndexedDB.
In this challenge, we’ll store and handle Company
details in IndexedDB.
Task 1: Create a database to store the
Company
details and create anEmployee
object store to store details about the employee. TheEmployee
object store should have the employeeid
askeyPath(primary key)
and can have aname
and other details as required.
If you’re unsure how to do this, click the “Show Hint” button.
Get hands-on with 1200+ tech skills courses.