Skip to content

Instantly share code, notes, and snippets.

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