Skip to content

Instantly share code, notes, and snippets.

@zlatkov
Created January 5, 2021 11:37
Show Gist options
  • Save zlatkov/fc76289f73bd9ee3b00a2a469bddab8c to your computer and use it in GitHub Desktop.
Save zlatkov/fc76289f73bd9ee3b00a2a469bddab8c to your computer and use it in GitHub Desktop.
foo(‘test’)
.then(x => console.log(x))
.catch(err => console.log(err));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment