Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
const
dog =
new
Dog(
"Rex"
,
"Shepherd"
);
Callers
1
05_classes.js
File · 0.45
Calls
1
log
Method · 0.45
Tested by
no test coverage detected