scrimba
Introduction to ES6+
Challenge: Promises
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

AboutCommentsNotes
Challenge: Promises
Expand for more info
index.js
run
preview
console
/**
* Promises - Challenge
* Create a promise that returns some user data and throws an error when not found.
* Log the user data when listening to the promise as well as log the error.
*
* Docs - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise
*/


Console
/index.html
-2:46