Skip to content

Instantly share code, notes, and snippets.

@bhaibel
Created October 30, 2018 01:02
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 bhaibel/2fb061fbc64cb0992a5e50165c102b32 to your computer and use it in GitHub Desktop.
Save bhaibel/2fb061fbc64cb0992a5e50165c102b32 to your computer and use it in GitHub Desktop.
metrics & async/await snippet 5
async function showPrice(item) {
// beginning of function
showUserTotal(totalPrice);
postMetrics('userCheckoutStep3', totalPrice);
return totalPrice;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment