Skip to content

Instantly share code, notes, and snippets.

@franzese
Created May 2, 2019 19:12
Show Gist options
  • Save franzese/23637d041f23bac4e54bb901b9e92c57 to your computer and use it in GitHub Desktop.
Save franzese/23637d041f23bac4e54bb901b9e92c57 to your computer and use it in GitHub Desktop.
function newsletterSubscribe (name, email) {
// code
}
const newsletterSubscribe = (name, email) => {
// code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment