Skip to content
This repository was archived by the owner on Jul 6, 2024. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The profile for ilk-1.

Topics

Resources

Stars

Watchers

Forks

Used by

Contributors

Languages