class Developer {
name: string = "Manesh Edirisinghe";
role: string = "UI/UX Designer | Full Stack Developer";
location: string = "Sri Lanka ๐ฑ๐ฐ";
languages: string[] = ["Java", "Python", "TypeScript", "JavaScript"];
frameworks: string[] = ["React", "Node.js", "Next.js"];
databases: string[] = ["MySQL", "MongoDB"];
currentlyLearning: string = "AI/ML & Web3 ๐ค";
hobbies: string[] = ["Coding", "Reading Tech Blogs", "Performing as an Artist"];
getLifeMotto(): string {
return "First, solve the problem. Then, write the code. โก";
}
}
const me = new Developer();
console.log(me.getLifeMotto());|
|
|
๐ญ "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." - Martin Fowler
โญ๏ธ If you find my work interesting, feel free to star my repositories! โญ๏ธ
Made with โค๏ธ and lots of โ










