Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShivaBhattacharjee/KeyZen
/
Class
public/code/javascript/05_classes.js:1–1 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Animal {
2
constructor(name) {
3
this.name = name;
4
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected