Skip to content

Instantly share code, notes, and snippets.

@robertcoopercode
Last active January 9, 2019 00:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertcoopercode/b1a414cd0cc19ef2adf3596faf0de2b8 to your computer and use it in GitHub Desktop.
Save robertcoopercode/b1a414cd0cc19ef2adf3596faf0de2b8 to your computer and use it in GitHub Desktop.
// Default function parameters
const tweetLength = (message = 'A default tweet') => {
return message.length;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment