Skip to content

Instantly share code, notes, and snippets.

@remarkablemark
Last active November 11, 2020 00:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remarkablemark/2a838d16f84c85e507470ae95f541241 to your computer and use it in GitHub Desktop.
Save remarkablemark/2a838d16f84c85e507470ae95f541241 to your computer and use it in GitHub Desktop.
Promise.reject('reason').catch(error => {
console.error(error); // 'reason'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment