Skip to content

Instantly share code, notes, and snippets.

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