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

Method speak

public/code/javascript/05_classes.js:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 }
16
17 speak() {
18 console.log(`${this.name} barks!`);
19 }
20}
21
22const dog = new Dog("Rex", "Shepherd");

Callers 1

05_classes.jsFile · 0.45

Calls 1

logMethod · 0.45

Tested by

no test coverage detected