Skip to content

Instantly share code, notes, and snippets.

@faithgaiciumia
Last active July 23, 2020 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save faithgaiciumia/40ae10a43bfe4062eebda038b15b478e to your computer and use it in GitHub Desktop.
Save faithgaiciumia/40ae10a43bfe4062eebda038b15b478e to your computer and use it in GitHub Desktop.
var user = (
function (){
var name = "faith";
return name;
}
)();
name; //faith
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment