Skip to content

Instantly share code, notes, and snippets.

@morrelinko
Last active May 23, 2017 18:14
Show Gist options
  • Save morrelinko/32bf15e5e81559cf110a642b9cba4485 to your computer and use it in GitHub Desktop.
Save morrelinko/32bf15e5e81559cf110a642b9cba4485 to your computer and use it in GitHub Desktop.
createCandidate () {
this.$http.post(.....)
.then(res => {
this.candidateId = res.data.id
this.createTask(.....)
})
.catch(noop)
}
window.setTimeout(function() {
console.log('Outputs Seconds')
})
console.log('Outputs First')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment