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]