Skip to content

Instantly share code, notes, and snippets.

@rafaelmaeuer
Last active October 9, 2017 13:14
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 rafaelmaeuer/ca850627c5ce101070a6693dca5f02e8 to your computer and use it in GitHub Desktop.
Save rafaelmaeuer/ca850627c5ce101070a6693dca5f02e8 to your computer and use it in GitHub Desktop.
var myfunc = PTest();
myfunc.then(function () {
console.log("Promise Resolved");
}).catch(function () {
console.log("Promise Rejected");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment