Why is my forEach() loop not waiting for async functions?

  • Why is my forEach() loop not waiting for async functions?

forEach is not asynchronous, see: