I'm Hiroko, a college student studying front-end development.
class About extends Me {
const myself = {
"university": "Central China Normal University",
"organization": "Muxi Studio",
"areasOfInterest": [
"Front-end Development",
"Customization",
"Photography"
],
"platforms": ["Windows", "MacOS", "Linux"],
"motto": function() {
setInterval(() => {
console.log("A step forward, a step of joy.");
}, Infinity);
}
};
}