Skip to content

Instantly share code, notes, and snippets.

@renatoargh
Created July 3, 2012 19:43
Show Gist options
  • Save renatoargh/3042370 to your computer and use it in GitHub Desktop.
Save renatoargh/3042370 to your computer and use it in GitHub Desktop.
(function(nome){
console.log("Olá " + nome + "!");
})("Renato Gama"); //Loga "Olá Renato Gama!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment