Skip to content

Instantly share code, notes, and snippets.

@barmgeat
Last active June 23, 2019 05:12
Show Gist options
  • Save barmgeat/a62a8de51e68d643a51762a825c97fee to your computer and use it in GitHub Desktop.
Save barmgeat/a62a8de51e68d643a51762a825c97fee to your computer and use it in GitHub Desktop.
...
// 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