Skip to content

Instantly share code, notes, and snippets.

@caseycrites
Created October 19, 2010 17:35
Show Gist options
  • Select an option

  • Save caseycrites/634629 to your computer and use it in GitHub Desktop.

Select an option

Save caseycrites/634629 to your computer and use it in GitHub Desktop.
function displayData(err, data) {
if (err) {
console.error(err);
} else {
console.log(JSON.stringify(data));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment