Skip to content

Instantly share code, notes, and snippets.

@joetemp
Created November 11, 2015 05:23
Show Gist options
  • Select an option

  • Save joetemp/0e38839ef2f6773fd0e3 to your computer and use it in GitHub Desktop.

Select an option

Save joetemp/0e38839ef2f6773fd0e3 to your computer and use it in GitHub Desktop.
function logFunction() {
var test = "Yay... my function is working";
console.log(test);
}
logFunction;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment