News

let getUserProfile = async (userId) => { /* business logic will go here */ }; Step 2. Add the await keyword to the promise. Next, we use the await keyword on our promise and assign the resolved value: ...