Skip to content

Instantly share code, notes, and snippets.

@codenirvana
Created January 6, 2020 19:44
Show Gist options
  • Save codenirvana/695bfc5bdad5c2d148a06e4207243f97 to your computer and use it in GitHub Desktop.
Save codenirvana/695bfc5bdad5c2d148a06e4207243f97 to your computer and use it in GitHub Desktop.
Crazy Proxy c.h.a.i.n()
const proxy = new Proxy(() => proxy, { get: () => proxy });
// proxy.do().whatever.you.want().to.do()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment