Jozi.JS June Meetup - Everything is a work-in-progress
Tell a friend Share
Thursday, June 22, 2017
6:30 PM
BBD
1 Newtown Avenue, Killarney, Johannesburg (map)
Agenda:
• 18:30 - Food and blah blah
• 19:00 - Lightning Talk (TBD)
• 19:15 - Breaking your promises : Async control flow patterns - Ryan Kotzen (@eXigentCoder)
• 20:00 - More blah blah
Breaking your promises : Async control flow patterns
Ryan Kotzen (@eXigentCoder)
When calling asynchronous JavaScript functions the order in which your code gets executed (control flow) becomes critical but it doesn't need to be confusing. In this talk we will explore a variety of solutions to the control flow problem from callbacks all the way up to async-await.