The for await...of statement creates a loop iterating over async iterable objects as well as sync iterables. This statement can only be used in contexts where await can be used, which includes inside an async function body and in a module....Variables declared with var are not local to the loop, i.e. they are in...iterating over data from an API. This example first creates an...