Domain Module Lab

Medium
1
80.0% Acceptance

In this lab, you will be working with the Node.js Domain module to fetch data from a remote API and perform basic data manipulations using async/await syntax. The remote API you'll be working with is 'https://jsonplaceholder.typicode.com/users'. You have to create two functions for fetching data and locating a specific user object by their unique 'id'. Additionally, you will need to implement a simple cache to store and reuse fetched data.