scrimba
Asynchronous JavaScript
Introduction to Promises III
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

Introduction to Promises III
by
AboutCommentsNotes
Introduction to Promises III
by
Expand for more info
index.js
run
preview
console

// A promise follows a similar structure like that of a Class.
//It is initiated with a 'New' keyword but we pass in resolve and reject as the
//function argument.

Console
/index.html
-5:30