Created
July 23, 2018 02:50
-
-
Save clinyong/592202806ce63b81b93fb31a7a5c64d8 to your computer and use it in GitHub Desktop.
Minimal promise implementation for JavaScript
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
class Promise() { | |
constructor() { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment