Skip to content

Instantly share code, notes, and snippets.

@agoiabel
Created April 14, 2018 17:50
Show Gist options
  • Select an option

  • Save agoiabel/cc0160f7ade16098d2f41ed47479c6f2 to your computer and use it in GitHub Desktop.

Select an option

Save agoiabel/cc0160f7ade16098d2f41ed47479c6f2 to your computer and use it in GitHub Desktop.
function functionOne() {
// Some code
}
var functionTwo = function() {
// Some code
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment