class Developer {
name: string = "Laurc2004";
interests: string[] = [
"React Ecosystem",
"AI Applications",
"Full-Stack Development"
];
getIntro(): string {
return `${this.name} is a passionate developer who loves to explore the ${this.interests.join(", ")}.`;
}
whatAmIWorkingOn(): string {
return `Currently diving deep into the React ecosystem and AI tools to build smarter apps!`;
}
}
const me = new Developer();
console.info(me.getIntro());
console.debug(me.whatAmIWorkingOn());
Learning
A farmer in coding.
- HongKong
-
18:16
(UTC +08:00) - @liur7255
- @stu_assistant
- https://www.zhihu.com/people/Liu2004
Pinned Loading
-
-
Academy-Europe-Lesson-Auto-Complete
Academy-Europe-Lesson-Auto-Complete PublicA Tampermonkey script that automatically completes lessons on Academy Europe MBA course pages.
JavaScript
-
Chiikawa-Flex
Chiikawa-Flex PublicA cute and interactive game to learn CSS Flexbox, featuring characters from the popular anime Chiikawa
Vue
-
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.



