MCPcopy Create free account
hub / github.com/Asabeneh/30-Days-Of-JavaScript /

Class

15_Day_Classes/15_day_starter/scripts/main.js:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50console.log(Person.favoriteSkill())
51
52class Student extends Person {
53 constructor(firstName, lastName, age, country, city, gender) {
54 super(firstName, lastName, age, country, city)
55 this.gender = gender

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected