class WhoAmI {
user: string = 'Kurmanay';
currentWork: string = 'Becoming a top-tier Frontend Developer 🚀';
hobbies: string[] = [
'Drawing in my sketchbook 🎨',
'Playing the ukulele 🎶',
'Practicing Muay Thai 🥊',
'Reading manhwa and self-growth books 📚',
'Chasing that ONE elusive bug all night… 🐛💻'
];
getCity(): string {
return 'Almaty, Kazakhstan 🇰🇿';
}
}
const me = new WhoAmI();
console.log(`Hi, I'm ${me.user} from ${me.getCity()}`);
Pinned 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.
