Skip to content

Instantly share code, notes, and snippets.

@mkczarkowski
Created November 5, 2018 19:32
Show Gist options
  • Select an option

  • Save mkczarkowski/315a00befa0376fd56907e41ef4f1afb to your computer and use it in GitHub Desktop.

Select an option

Save mkczarkowski/315a00befa0376fd56907e41ef4f1afb to your computer and use it in GitHub Desktop.
const usdToPlnRate = 3.35030;
const usdToPlnEl = `1 dolar jest warty {usdToPlnRate.toFixed(2)} złotych`.
ReactDOM.render(usdToPlnEl, document.querySelector("#root"));
// index.html
<div id="root">1 dolar jest warty 3.35 złotych.</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment