Skip to content

Instantly share code, notes, and snippets.

@slikts
Created August 15, 2018 09:02
Show Gist options
  • Save slikts/2cb553deb0a3a9ff86658f81985313df to your computer and use it in GitHub Desktop.
Save slikts/2cb553deb0a3a9ff86658f81985313df to your computer and use it in GitHub Desktop.
const _new = (constructor) => (...args) => constructor.apply(Object.create(constructor.prototype), args)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment