class About extends Me {
static fullName = "Nguyễn Quang Sáng";
static getCurrentWorkplace () {
return {
Workplace: {
Company: 'Eris',
Position: 'Founder'
}
}
}
static showProgrammingLevel () {
return {
JavaScript: '35%',
NodeJS: '63%',
Python: '2%'
}
}
static socialAndContact () {
return {
Social: {
Website: 'https://quangsangblog.com/',
Github: 'https://github.com/ProCoderEris/'
},
Contact: {
Email: '[email protected]'
}
}
}
static buyMeACoffee () {
if (you_like_what_i_do)
try {
maybe_consider_buying_me_a_coffee();
return 'https://ko-fi.com/kearu';
} catch {
return 'Thanks for visiting !';
}
}
}
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

