Skip to content

Instantly share code, notes, and snippets.

@lelouchB
Created July 25, 2019 04:35
Show Gist options
  • Save lelouchB/eed931c334a762f1d016140e819a8eb9 to your computer and use it in GitHub Desktop.
Save lelouchB/eed931c334a762f1d016140e819a8eb9 to your computer and use it in GitHub Desktop.
function hello(name)
{
console.log("Hello "+ name)
}
hello('stuti')
// Hello stuti
hello(12)
// Hello 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment