Hang on...
Domain Module Lab
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.
Adding your container request
Getting your dedicated container
Connecting to your container
Setting up your editor
Finalizing your playground
TerminalEditorBrowser