Jiří Činčura 2-2
615
page-template,page-template-full_width,page-template-full_width-php,page,page-id-615,bridge-core-3.0.2,qode-page-transition-enabled,ajax_fade,page_not_loaded,,vertical_menu_enabled, vertical_menu_hidden,vertical_menu_hidden_with_logo, vertical_menu_width_260,qode-title-hidden,side_menu_slide_with_content,width_470,qode-theme-ver-28.8,qode-theme-bridge,disabled_footer_top,qode_header_in_grid,wpb-js-composer js-comp-ver-6.9.0,vc_responsive

Jiří Činčura

2. Async and Await

Async and await seem to be just a few new keywords, but what’s behind? How is the code actually executed? Can we learn something from this background info and improve our code on top of that? And why would you even consider using async/await…