Global variables scope in JavaScript

后端 未结 0 1785
忘了有多久
忘了有多久 2020-12-04 18:21

I have the following code

(function () {
  const handlingPromise = asyncAppHandling()
  handlingPromise.catch((err) => {})
})()

const domain = \'my.domain         


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