Skip to content

Instantly share code, notes, and snippets.

@matt-oxley
Created April 7, 2019 16:43
Show Gist options
  • Save matt-oxley/5d174cca4a211800fa8119ba5150568f to your computer and use it in GitHub Desktop.
Save matt-oxley/5d174cca4a211800fa8119ba5150568f to your computer and use it in GitHub Desktop.
getData()
.then((data) => {return 'hello'})
.then((data) => {return data + ' world'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment