Snippet
Asynchrone / attendre
1 réponses de la communauté
async function run () {
const user = await getUser()
const tweets = await getTweets(user)
return [user, tweets]
}
Snippets similaires |
---|