const theCuteGirl = {
name : '캠벨수프후루룩',
callHerName() {
console.log(`Hi ${this.name}`);
}
}

theCuteGirl.callHerName();

'캠벨수프후루룩'