/**
* 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 = "[email protected]";
// 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();
If you want to communicate with me about open source, you can click here to contact me in WeChat.