Skip to content

Instantly share code, notes, and snippets.

@faithgaiciumia
Created July 23, 2020 13:41
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/118e4a8c4fcd8b9bc7857cae5a995b3e to your computer and use it in GitHub Desktop.
Save faithgaiciumia/118e4a8c4fcd8b9bc7857cae5a995b3e to your computer and use it in GitHub Desktop.
var car = "audi";
(function (make) {
return make;
})(car);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment