Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Asynchronous Programming with JavaScript Exploring Async/Await Convert Promise Handling to Async/Await

arturop
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
arturop
Full Stack JavaScript Techdegree Graduate 16,160 Points

For of in async function

Hi, In this video is used the map method inside an async function, let's say I want to use a "for of" method an create an array with a push method. My question is, if all the lines inside of a async function are execute consecutively even if they don't have await in front of the function?or even if it's not async code and I want it to run one line after line i need to write the await?.

Thanks,