Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created April 7, 2020 15:27
Show Gist options
  • Save jsmanifest/cd4686448df3d42b4264039a90d7a5f1 to your computer and use it in GitHub Desktop.
Save jsmanifest/cd4686448df3d42b4264039a90d7a5f1 to your computer and use it in GitHub Desktop.
class Client extends Person {
setName(name) {
this.name = name
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment