Joined June 2014
·
Posted to
Promise Chains with Node.js
over 1 year
ago
Oh god, sorry for the spam >.< My laptop froze and I might have pressed the "submit" button too many times >.<! Sorrrrry!!
Posted to
Promise Chains with Node.js
over 1 year
ago
Hello Jim, I currently have a for loop that takes the form of
"for (i=0; i < 112; i=i+2) {
do stuff
}
However, i also need to return promises after the for loop is done, I am not sure how I can do that :(
Any help is appreciated! Thanks!!
Achievements
7 Karma
0 Total ProTip Views
Bear
Have at least one original repo where Objective-C is the dominant language
Oh right, sorry, it's .then() that's expecting a promise.
And thank you so much for the help! I'll try this out soon :)!