Created
September 4, 2019 08:39
-
-
Save indreklasn/8fb1dd948bd858566e6047407a71e5db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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