Skip to content

Instantly share code, notes, and snippets.

@Kamilczak020
Created October 10, 2018 10:59
Show Gist options
  • Save Kamilczak020/5f07d26afd0daeb53d6b562123f1df7c to your computer and use it in GitHub Desktop.
Save Kamilczak020/5f07d26afd0daeb53d6b562123f1df7c to your computer and use it in GitHub Desktop.
class Foo { constructor() { throw 'Nope!' } } Foo.constructor`console.log\x28'hello'\x29```;
> undefined; logged: "hello".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment