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/f4534d668d68ab5aafcd5daf8aaec214 to your computer and use it in GitHub Desktop.
Save remarkablemark/f4534d668d68ab5aafcd5daf8aaec214 to your computer and use it in GitHub Desktop.
Promise.resolve('value').then(result => {
console.log(result); // 'value'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment