Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created September 4, 2019 08:09
Show Gist options
  • Save indreklasn/f1b8ec36744063bc3ed8bd42281cf586 to your computer and use it in GitHub Desktop.
Save indreklasn/f1b8ec36744063bc3ed8bd42281cf586 to your computer and use it in GitHub Desktop.
function sayHello(name) {
console.log(name)
}
sayHello('Indrek')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment