Skip to content

Instantly share code, notes, and snippets.

@bencbartlett
Created January 2, 2019 20:14
Show Gist options
  • Save bencbartlett/04268c8052da7223ab8d63e927925fa0 to your computer and use it in GitHub Desktop.
Save bencbartlett/04268c8052da7223ab8d63e927925fa0 to your computer and use it in GitHub Desktop.
Inspecting
class Foo {
constructor() {
this.bar = "baz";
}
}
console.log('' + Foo);
// > "class Foo {\n constructor()...z\";\n }\n\n}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment