class AboutMe {
constructor(icon, text) {
this.icon = icon;
this.text = text;
}
}
console.log("Hi, I'm Tirta Afandi (a.k.a. Kikuk) 👋");
console.log("I'm a student and web/software developer.");
const aboutMeList = [
new AboutMe("🌱", "Learning advanced backend (NestJS, Next.js, IoT)"),
new AboutMe("🎓", "Computer Engineering Student & IT Programmer"),
new AboutMe("🧠", "Love clean code & Clear Flow Programming Style"),
new AboutMe("🛠️", "Using JavaScript, PHP, C++, and more"),
new AboutMe("🎤", "Also into public speaking and mentoring coding"),
new AboutMe("📍", "Based in East Java, Indonesia 🇮🇩"),
new AboutMe("⚡", "Fun fact: I enjoy breaking things just to fix them better"),
];
aboutMeList.forEach(item => {
console.log(`${item.icon} ${item.text}`);
});-
Notifications
You must be signed in to change notification settings - Fork 0
kikukafandi/kikukafandi
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published