Skip to content

Instantly share code, notes, and snippets.

@kepta

kepta/block12.js Secret

Last active February 21, 2018 14:58
Show Gist options
  • Save kepta/6c08eca2833076356f502163f329427c to your computer and use it in GitHub Desktop.
Save kepta/6c08eca2833076356f502163f329427c to your computer and use it in GitHub Desktop.
function foo(myVal) {
if (!mVal) {
return Promise.reject(new Error('myVal is required'))
}
return new Promise((res, rej) => {
// your big callback to promie conversion!
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment