Skip to content

Instantly share code, notes, and snippets.

@codermarcos
Last active April 20, 2018 21:23
Show Gist options
  • Save codermarcos/bdef9edf8f07e790d20d2314d504ea8e to your computer and use it in GitHub Desktop.
Save codermarcos/bdef9edf8f07e790d20d2314d504ea8e to your computer and use it in GitHub Desktop.
Auto insert ponto e virgula javascript
function descrever(nome, idade, profissao) {
return
`Ola sou ${nome}, tenho ${idade} anos de idade, trabalho como ${profissao}`
}
descrever('Marcos', 19, 'Frontend')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment