What is the proper use of super.call(this)

后端 未结 0 2024
日久生厌
日久生厌 2021-01-07 00:03

I have a class function...

function Project()
{
  Project.super.call(this);
  return Object.create(this);
}

I am wondering how the .super.cal

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