Skip to content

Instantly share code, notes, and snippets.

View cristiancavalli's full-sized avatar

Cristian Cavalli cristiancavalli

  • Google Inc.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am cristiancavalli on github.
  • I am cristiancavalli (https://keybase.io/cristiancavalli) on keybase.
  • I have a public key whose fingerprint is 0296 1E76 A214 B8C1 8B16 2066 5310 C676 FC66 D285

To claim this, I am signing this object:

class a {
constructor (b) {
this.b = b;
return Object.assign(
this.constructor,
this
);
}
}