Artur Carvalhoforarturcarvalho.hashnode.netยทApr 18, 2023JavaScript Promise chainingImagine you want to: Request a user from a server (and wait for the user information). Get the user's friends from the server (and wait for the information). Show the user name and the user friends' names at the same time. This is how you do it ...1 likePromisesJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.