๐๐ฒ, ๐'๐ถ ๐ง๐ฒ๐ธ๐ท๐ฐ35, ๐ช ๐ฏ๐ป๐ธ๐ท๐ฝ-๐ฎ๐ท๐ญ ๐ญ๐ฎ๐ฟ๐ฎ๐ต๐ธ๐น๐ฎ๐ป๐ ๐ฏ๐ป๐ธ๐ถ ๐๐ฑ๐ฒ๐ท๐ช.
class Xiong35 {
constructor() {
this.from = "ๆนๅๆญฆๆฑ";
this.university = "Huazhong University of Science and Tech";
this.organization = "ๅฐๅฒฉไฝๅ";
this.habits = ["coding๐จโ๐ป", "badminton๐ธ", "movies๐ฆ", "games๐ฎ"];
this.contacts = {
tencentQQ: "2242787668",
email: "xiong35@qq.com",
};
this.website = "www.xiong35.cn";
/* I PROMISE I WILL ๐ฅบ */
new Promise((resolve) => {
setTimeout(() => {
resolve("get back to study");
}, Infinity); // It's just not today๐ฉ
});
}
}
General:
Pinned repos:
Visitors: