Skip to content

Instantly share code, notes, and snippets.

@suhailgupta03
Created May 16, 2023 16:21
Show Gist options
  • Select an option

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

Select an option

Save suhailgupta03/f270454564cc0b95c244bf85480de98c to your computer and use it in GitHub Desktop.
var xx = () => {
return "hey there!!"
}
var f = xx();
console.log(f);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment