All Questions
1 question
2
votes
1
answer
12k
views
Using promise all with push array
The code's purpose is to call to some function async given some condition was true. I've using the following code which is working as expected. Is there a way to write it better, maybe by not using ...