Kristofer Pervin
10/27/2021, 2:04 PMAustin Zentz
10/27/2021, 2:28 PMAustin Zentz
10/27/2021, 2:28 PMRyan
10/27/2021, 2:29 PMKristofer Pervin
10/27/2021, 3:01 PMgetFullName(){
return `${this.firstName} ${this.lastName}`;
}
// call
user.getFullName()
I assume this would need to be an external helper function, too?Ryan
10/28/2021, 4:47 AM