Skip to content

Instantly share code, notes, and snippets.

@Mayankgupta688
Created May 14, 2019 10:32
Show Gist options
  • Select an option

  • Save Mayankgupta688/af51e1a59b5e234e3047a19d0bd5c258 to your computer and use it in GitHub Desktop.

Select an option

Save Mayankgupta688/af51e1a59b5e234e3047a19d0bd5c258 to your computer and use it in GitHub Desktop.
function normalFunction() {
console.log("1");
console.log("2");
console.log("3");
console.log("4");
console.log("5");
}
normalFunction();
// Output: 1 2 3 4 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment