你好,我是
我是一名热爱技术的开发者。
我喜欢探索新技术,构建有用的应用,并分享我的知识和经验。
1
class Person {
2
constructor() {
3
this.name = "Yihuier";
4
this.traits = ["DEV"];
5
this.greeting = "Hello World";
6
}
7
}