Skip to content

Instantly share code, notes, and snippets.

@sethdavis512
Created August 25, 2024 01:17
Show Gist options
  • Save sethdavis512/2de309a8a014a80a27305a35b741634f to your computer and use it in GitHub Desktop.
Save sethdavis512/2de309a8a014a80a27305a35b741634f to your computer and use it in GitHub Desktop.
<span>
{new Intl.NumberFormat("en-US", {
style: "currency",
currency: "USD",
signDisplay: "never",
}).format(option.price - selectedOption.price)}
</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment