Skip to content

Instantly share code, notes, and snippets.

@robertcoopercode
Created January 8, 2019 23:49
Show Gist options
  • Save robertcoopercode/519436422877fa788ab827e168d13173 to your computer and use it in GitHub Desktop.
Save robertcoopercode/519436422877fa788ab827e168d13173 to your computer and use it in GitHub Desktop.
var greeting = function (person) {
console.log('Good day ' + person);
};
greeting('Daniel');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment