Skip to content
View ilk-1's full-sized avatar
🎯
Focusing
🎯
Focusing
  • JD.COM
  • Beijing, China
  • 21:26 (UTC +08:00)
  • X @ilk1024
Block or Report

Block or report ilk-1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ilk-1/README.md

Hey 👋, bro

/**
 * If you wan't to run this script.
 * Just follow the steps bellow.
 * 
 * $ git clone https://github.com/ilk-1/ilk-1
 * $ cd ilk-1
 * $ pnpm install
 * $ pnpm hello
 */


class FrontendEngineer {
    name = "ilk-1";
    email = "ilovekfc1024@qq.com";
    // Yeah, forever 20
    age = 20;
    nation = "China";

    hobbyList: string[] = [];

    sayHello = () => console.log("Hello!");
}

const my = new FrontendEngineer();
my.hobbyList.push(
    "Programming", 
    "Reading", 
    "Mountain Climbing",
);
my.sayHello();

Technologies

If you want to communicate with me about open source, you can click here to contact me in WeChat.

Pinned Loading

  1. samoyed samoyed Public

    A tool to improve the experience of git hooks.

    TypeScript