Skip to content

Instantly share code, notes, and snippets.

@Violet-Bora-Lee
Created February 26, 2019 15:19
Show Gist options
  • Save Violet-Bora-Lee/da3dc78ea96099628fd9204da9a30127 to your computer and use it in GitHub Desktop.
Save Violet-Bora-Lee/da3dc78ea96099628fd9204da9a30127 to your computer and use it in GitHub Desktop.
// regular function
const testFunction = function() {
// content..
}
// arrow function
const testFunction = () => {
// content..
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment