Skip to content

Instantly share code, notes, and snippets.

@ktilcu
Created October 27, 2017 15:47
Show Gist options
  • Select an option

  • Save ktilcu/ccb91f71b7ebd9463115ae156828a84a to your computer and use it in GitHub Desktop.

Select an option

Save ktilcu/ccb91f71b7ebd9463115ae156828a84a to your computer and use it in GitHub Desktop.
const makeRequest = () => getJSON()
.then(data => data.needsAnotherRequest ? makeAnotherRequest(data) : data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment