const profile = {
fullName: 'Nurahmat',
contact: '[email protected]',
country: 'Indonesia',
province: 'East Java',
city: 'Malang',
work: 'as Web Developer freelance',
twitter: 'https://twitter.com/nurofsun',
instagram: 'https://instagram.com/nurofsun',
hired: false,
hireMe() {
this.hired = true;
return this.contact
}
}