MCPcopy Create free account
hub / github.com/ShivaBhattacharjee/KeyZen /

Class

data/javascript/05_classes.js:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11class Dog extends Animal {
12 constructor(name, breed) {
13 super(name);
14 this.breed = breed;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected