// Javascript will proceed to call the code that comes AFTER the forEach loop, // and then execute the code within the loop. This is because forEach is not // async-aware. YOU CANNOT USE AWAIT IN FOREACH. Use a regular for loop instead.