Last active
March 28, 2021 23:04
-
-
Save dd701116/e46d1757e624667d1f1771bf0d22ee13 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Execute the first method and THEN call the resolve method or CATCH the rejection | |
thePromiseGiver().then(yes).catch(no); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment