Mysql – Can't seem to figure out why my promise array isn't working
I'm working on a project where at one point, I run a series of promises and then push their results (in the .then() portion) to an array. The issue is that, although the promise itself is providing a result value,…