Is it possible to have inner property while outer property is empty?

前端 未结 0 1433
-上瘾入骨i
-上瘾入骨i 2021-01-03 03:21

I have the following code:

      const Person = function (firstName, birthYear) {
  this.firstName = firstName;
  this.birthYear = birthYear;
};

Person.proto         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题