Skip to content

Instantly share code, notes, and snippets.

@tanisha03
Last active March 8, 2020 10:39
Show Gist options
  • Select an option

  • Save tanisha03/8d1f7ea804bebba8273399e3d2532d27 to your computer and use it in GitHub Desktop.

Select an option

Save tanisha03/8d1f7ea804bebba8273399e3d2532d27 to your computer and use it in GitHub Desktop.
function sayfirst(){
console.log("First"); }
function saySecond(){
console.log("Second") }
sayFirst();
saySecond();
// First
// Second
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment