Skip to content

Instantly share code, notes, and snippets.

@igoroctaviano
Created July 24, 2018 15:12
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 igoroctaviano/0db8989b5e432cc22a0bc0f3f4a147bb to your computer and use it in GitHub Desktop.
Save igoroctaviano/0db8989b5e432cc22a0bc0f3f4a147bb to your computer and use it in GitHub Desktop.
A Web History
let something = (() => {
// so called "encapsulation" here
// ...
// and then...
return {
firstPublic: ...,
second public: ...
};
}) ();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment