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

Class

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

Source from the content-addressed store, hash-verified

1
2
3class Person {
4 constructor(firstName, lastName, age, country, city) {
5 this.firstName = firstName
6 this.lastName = lastName

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected