Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PhilopaterHany/JavaScript-Bootcamp
/
Class
Lessons/Week 19/153 - Class Inheritance.js:25–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
class
Superman extends Admin {
26
constructor(id, username, permissions, ability) {
27
super(id, username, permissions);
28
this.a = ability;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected