i have 2 asynchronous function and i want to get the 2 return value of asynchronous function at the same time. what to do?

后端 未结 0 905
温柔的废话
温柔的废话 2021-02-01 14:40

Validation script

asynchronous function

function userNameValidation(input, message) {
  const formInput = input.value.trim();

  return new Promise((resolv         


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