scrimba
Async and Await
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Async and Await
AboutCommentsNotes
Async and Await
Expand for more info
index.js
run
preview
console
let myPromise = new Promise((resolve, reject) => {

});


Console
/index.html
-9:42