Skip to content

Instantly share code, notes, and snippets.

@JoseRubensVeiga
Last active April 24, 2020 12:34
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 JoseRubensVeiga/b950a611fc743f82bcfe763ff92e2a2c to your computer and use it in GitHub Desktop.
Save JoseRubensVeiga/b950a611fc743f82bcfe763ff92e2a2c to your computer and use it in GitHub Desktop.
function dobro(numero) {
console.log(numero + numero);
}
dobro(5); // 10
dobro('teste'); // 'testeteste'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment