why Typescript does not display error when using “each” inside foreach with annonymous function but throws correct error when using arrow function?

前端 未结 0 1238
刺人心
刺人心 2021-02-06 19:17

In typescript I have following code which throws error and I know "each" is not valid and I have to use "forEach"

objTablesToCheck.forEach(obj         


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