Skip to content

Instantly share code, notes, and snippets.

@davidjsalazarmoreno
Last active May 26, 2019 00:31
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 davidjsalazarmoreno/758b4c58811baab02724c623f1ea356c to your computer and use it in GitHub Desktop.
Save davidjsalazarmoreno/758b4c58811baab02724c623f1ea356c to your computer and use it in GitHub Desktop.
// retorna undefined
function bad() {
return
'bad';
}
function good() {
return 'good'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment