VS Code not linking keyword “this” to current javascript object?

前端 未结 0 1276
星月不相逢
星月不相逢 2021-01-14 08:31

In VS Code, i\'m making a js file with this piece of code

const ObjectX = {
      abc(){

      },
      xyz(){
           this.abc()
      },
}
相关标签:
回答
  • 消灭零回复
提交回复
热议问题