Skip to content

Instantly share code, notes, and snippets.

@Constellation
Created December 12, 2016 16:33
Show Gist options
  • Select an option

  • Save Constellation/866f0f5a79802c2d102ac710af04b42c to your computer and use it in GitHub Desktop.

Select an option

Save Constellation/866f0f5a79802c2d102ac710af04b42c to your computer and use it in GitHub Desktop.
var f = () => { g();}, g = () => { f();}; f();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment