Is it safe to create unique object properties async in javascript?

后端 未结 0 821
情话喂你
情话喂你 2021-01-27 19:49

Is the following code constructing the "shared" object in a correct way?

const shared = {};
const createUniqueField = async (value) => {
  shared[val         


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