function Animal(name: string) {
this.name = name ?? '二狗';
this.age = 5;
}
new Animal('二狗');
new Animal('三月');
console.log(`I like my cat`);◡̈°²º25⋅努力掙錢এ᭄⋅MySweetHeart◡̈°
 ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄
github: https://github.com/jwyGithub
| Name | Name | Last commit date | ||
|---|---|---|---|---|
function Animal(name: string) {
this.name = name ?? '二狗';
this.age = 5;
}
new Animal('二狗');
new Animal('三月');
console.log(`I like my cat`);github: https://github.com/jwyGithub