Skip to content

Instantly share code, notes, and snippets.

@johnnolan
Last active August 10, 2018 08:22
Show Gist options
  • Save johnnolan/5ce8c624e32645fd1b648bd01451faff to your computer and use it in GitHub Desktop.
Save johnnolan/5ce8c624e32645fd1b648bd01451faff to your computer and use it in GitHub Desktop.
function funkyFun() {
var weGotTheFunk = 'gotta have that funk';
console.log('funkyFun');
console.log(weGotTheFunk);
return weGotTheFunk;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment