how to use Promise.All with forEach loop in js – Javascript
after reviewing a number of questions around for/foreach loops I am still not able to get an output of a promise.all batch of functions. The goal is to call each iteration of doSleepNow() synchronously, but wait in the Promise.all until…