Skip to content

Instantly share code, notes, and snippets.

@evandroferreiras
Last active December 16, 2018 01:24
Show Gist options
  • Save evandroferreiras/1f5d6347f87f79c32b63bc747cd10936 to your computer and use it in GitHub Desktop.
Save evandroferreiras/1f5d6347f87f79c32b63bc747cd10936 to your computer and use it in GitHub Desktop.
getPerson(person => {
getPlanet(person, (planet) => {
getGalaxy(planet, (galaxy) => {
console.log(galaxy);
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment