Skip to content

Instantly share code, notes, and snippets.

@bmorelli25
Last active July 6, 2017 14:23
Show Gist options
  • Save bmorelli25/e0ed56de32c8480f0973aa0a5ad38826 to your computer and use it in GitHub Desktop.
Save bmorelli25/e0ed56de32c8480f0973aa0a5ad38826 to your computer and use it in GitHub Desktop.
function speak() {
return function logIt() {
var words = 'hi';
console.log(words);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment