Last active
June 23, 2019 05:12
-
-
Save barmgeat/a62a8de51e68d643a51762a825c97fee 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
... | |
// we can call befor the defined | |
welcom(); | |
// once we defined the function we can call it where we want | |
function welcom(){ | |
console.log("hi"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment