Skip to content

Instantly share code, notes, and snippets.

@B-PRAVEEN
Created July 18, 2019 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save B-PRAVEEN/1ade0447d5fb3d968dcd2a0d865d82af to your computer and use it in GitHub Desktop.
Save B-PRAVEEN/1ade0447d5fb3d968dcd2a0d865d82af to your computer and use it in GitHub Desktop.
async function processArray(array) {
for (const item of array) {
await delayedLog(item);
}
console.log('Done!');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment