raymondcamden’s avatarraymondcamden’s Twitter Archive—№ 60,015

  1. Promise question: Promise A does resolve(something), Promise B does resolve(onething,another). If I Promise.all() them, I only get (something, onething) as a result. Why?