Skip to content

Instantly share code, notes, and snippets.

@macikokoro
Created June 15, 2014 09:14
Show Gist options
  • Save macikokoro/d4097793dbdae1165057 to your computer and use it in GitHub Desktop.
Save macikokoro/d4097793dbdae1165057 to your computer and use it in GitHub Desktop.
Example of a javaScript function.
function () {
console.log("hi");
};
//The following calls the function
hi();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment