Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save claudiainbytes/2e2e26e8ac65a983c8536a9a1834ac3b to your computer and use it in GitHub Desktop.

Select an option

Save claudiainbytes/2e2e26e8ac65a983c8536a9a1834ac3b to your computer and use it in GitHub Desktop.
var cry = function x(){
return "boohoo!";
};
console.log(cry());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment