Skip to content

Instantly share code, notes, and snippets.

@kurt-liao
Last active July 20, 2022 08:27
Show Gist options
  • Select an option

  • Save kurt-liao/c41eb0847254fa245ef1d5de2bf67e10 to your computer and use it in GitHub Desktop.

Select an option

Save kurt-liao/c41eb0847254fa245ef1d5de2bf67e10 to your computer and use it in GitHub Desktop.
Javascript ES13 Features
class Person {
name = 'Kurt'
getName() {
return this.name
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment