MCPcopy Create free account
hub / github.com/PhilopaterHany/JavaScript-Bootcamp /

Class

Lessons/Week 19/154 - Class Encapsulation.js:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9*/
10
11class User {
12 // Private Property
13 #e;
14 constructor(id, username, eSalary) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected