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:18–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
// Derived Class
18
class
Admin extends User {
19
constructor(id, username, permissions) {
20
super(id, username);
21
this.p = permissions;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected