Created
September 1, 2016 18:11
-
-
Save Fabiantjoeaon/c9dbd718fc55144c1561a263a9d6a209 to your computer and use it in GitHub Desktop.
ES6 IIFE stored in scoped variable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let fn; | |
(fn = () => { | |
})(); | |
fn(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment