Challenge: Handling Employee Details
Test your understanding of databases and object stores in IndexedDB.
We'll cover the following...
In this challenge, we’ll store and handle Company details in IndexedDB.
- Task 1: Create a database to store the - Companydetails and create an- Employeeobject store to store details about the employee. The- Employeeobject store should have the employee- id...
 Ask