Javascript – How can I make forEach loop wait before it proceeds?
I have a foreach loop that is, well... too fast. The device I'm trying to communicate with is confused. The device sends a response to a listener (which is somewhere else and does more than that), so it's impossible (as…