Skip to content

Instantly share code, notes, and snippets.

@rajasegar
Created March 27, 2018 13:39
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 rajasegar/3679de8eb176f5f89f70867dd1b6cb56 to your computer and use it in GitHub Desktop.
Save rajasegar/3679de8eb176f5f89f70867dd1b6cb56 to your computer and use it in GitHub Desktop.
function printReport(summary) {
}
function initialize(summary) {
}
function printSummary(summary) {
printReport(summary);
initialize(summary);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment