Skip to content

Instantly share code, notes, and snippets.

@cblgh
Created May 17, 2020 15:31
Show Gist options
  • Save cblgh/6b98da32d30550e181305fe6e6bd61f2 to your computer and use it in GitHub Desktop.
Save cblgh/6b98da32d30550e181305fe6e6bd61f2 to your computer and use it in GitHub Desktop.
return new Promise((res, rej) => {
rej ("mistaken")
console.log("Nope :)")
res("hehe")
}).then(() => {
console.log("execution continued without problem")
}).catch(() => {
console.log("lol im a noob")
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment