interface MySelf {
name: string;
nickname: string;
pronouns: string;
skills: string[];
sayHello: () => string;
}
const mySelf: MySelf = {
name: "Adnan Rohmat Kurniansah",
nickname: "Adnan",
pronouns: "He/Him",
skills: ["JS", "TS", "PHP", "MERN Stack", "Next.js", "Laravel", "MySQL", "PostgreSQL", "MongoDB"],
sayHello: () => `Hello, my name is ${mySelf.name}. You can call me ${mySelf.nickname}`,
};
console.log(mySelf.sayHello());
💤
I don't know
Student
-
CV. Jogja Media Web
- Indonesia
-
09:43
(UTC +07:00) - https://arksitec.vercel.app/
Pinned Loading
-
-
-
mini-ecom
mini-ecom PublicSimple ecommerce with Rajaongkir Api integration and Midtrans payment gateway
JavaScript
-
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.