Skip to content

Instantly share code, notes, and snippets.

@ironfroggy
Created December 2, 2015 15:00
Show Gist options
  • Save ironfroggy/895f86df08eff34c063d to your computer and use it in GitHub Desktop.
Save ironfroggy/895f86df08eff34c063d to your computer and use it in GitHub Desktop.
class Foo {
constructor(flag) {
if (flag) {
super()
}
this.x = 10
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment