| 1 | const currency1InputElem = document.getElementById('currency-1'); |
| 2 | const selectCurrency1 = document.getElementById('select-currency-1'); |
| 3 | const currency2InputElem = document.getElementById('currency-2'); |
| 4 | const selectCurrency2 = document.getElementById('select-currency-2'); |