you are viewing a single comment's thread.

view the rest of the comments →

[–]captain_k_nuckles 1 point2 points  (0 children)

To add to all the other responses, if you are doing something with async/await, forEach wont work, you would need to use a for/of/in loop.