Created
November 5, 2018 19:32
-
-
Save mkczarkowski/315a00befa0376fd56907e41ef4f1afb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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