I'm H1rk, a college student studying front-end development.
class About extends Me {
const myself = {
"university": "Central China Normal University",
"organization": "Muxi Studio",
"programmingLanguages": [
"JavaScript",
"TypeScript",
"Node.js",
"HTML",
"CSS",
"Python",
"C++"
],
"areasOfInterest": [
"Front-end Development",
"Customization",
"Photography"
],
"platforms": ["Windows", "Mac", "Ubuntu"],
"motto": function() {
setInterval(() => {
console.log("A step forward, a step of joy.");
}, Infinity);
}
};
}