Skip to content

Instantly share code, notes, and snippets.

@Tarabyte
Created March 6, 2019 11:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tarabyte/7485bd44a51aecf70d8f363e2e314af0 to your computer and use it in GitHub Desktop.
Save Tarabyte/7485bd44a51aecf70d8f363e2e314af0 to your computer and use it in GitHub Desktop.
export default class MyClass {
constructor(x) {
this.val= x ? x: 'Hello!'
console.log(`MyClass: ${x}`)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment