Appearance
const load = async function() { const result1 = await loadImg(src1) const result2 = await loadImg(src2) } load()