How to assign list of variables to another list

前端 未结 0 1866
北恋
北恋 2021-02-05 01:19

The end goal is to assign a list of Futures to a list of variables.

This is how I would accomplish this goal in node;

let name;
let number;

[name, number]         


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