Skip to content

Instantly share code, notes, and snippets.

@eviltrout
Created February 3, 2015 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eviltrout/575b2c4c389aa49e7380 to your computer and use it in GitHub Desktop.
Save eviltrout/575b2c4c389aa49e7380 to your computer and use it in GitHub Desktop.
function handleResult(result)
{
console.log(result);
statement1;
statement2;
}
getDataFromServer().then(handleResult);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment