async function download(stuff) { if (stuff.length > 1) { //What do I do? } else if (stuff.length === 1) { const link= stuff[0]; ax