Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created September 4, 2019 08:39
Show Gist options
  • Save indreklasn/8fb1dd948bd858566e6047407a71e5db to your computer and use it in GitHub Desktop.
Save indreklasn/8fb1dd948bd858566e6047407a71e5db to your computer and use it in GitHub Desktop.
function sayHello(name) {
if(!name) {
console.warn("No name given")
}
}
sayHello()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment