Skip to content

Instantly share code, notes, and snippets.

@suhailgupta03
Created May 17, 2023 14:54
Show Gist options
  • Select an option

  • Save suhailgupta03/11ae7b8de9324bc19a5fcca57d853c20 to your computer and use it in GitHub Desktop.

Select an option

Save suhailgupta03/11ae7b8de9324bc19a5fcca57d853c20 to your computer and use it in GitHub Desktop.
function greet() {
console.log("Good evening"); // print the message
greet(); // call greet function
}
greet();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment