Skip to content

Instantly share code, notes, and snippets.

@Fabiantjoeaon
Created September 1, 2016 18:11
Show Gist options
  • Save Fabiantjoeaon/c9dbd718fc55144c1561a263a9d6a209 to your computer and use it in GitHub Desktop.
Save Fabiantjoeaon/c9dbd718fc55144c1561a263a9d6a209 to your computer and use it in GitHub Desktop.
ES6 IIFE stored in scoped variable
let fn;
(fn = () => {
})();
fn();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment