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:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
// Parent Class
7
class
User {
8
constructor(id, username) {
9
this.i = id;
10
this.u = username;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected