class Person {
constructor(name) {
this.name = name
}
}
class Employee extends Person {
constructor(name, title) {
super(name)
this.title = title
}
}
const ryun = new Employee('Ryun', 'Front-End Engineer')
class Person {
constructor(name) {
this.name = name
}
}
class Employee extends Person {
constructor(name, title) {
super(name)
this.title = title
}
}
const ryun = new Employee('Ryun', 'Front-End Engineer')
你好,❤朋友
这里是 Ryun 的博客 📝
📝记录了我学习 🔎的过程
作为一名前端攻城狮 🦁
希望能和大家一起 🔎
共同进步 🏃
🦁的特长:
🦁喜欢 🆒🆒的东西
对提升效率和美感的事物有兴趣 😋
欢迎 👏交流
see this hugo-theme-dream-ink