cody - HTMLify profile
files of /cody/bradtraversy/vanillawebprojects/exchange-rate/
## Exchange Rate
Select countries to get the exchange rate for a specific amount
## Project Specifications
- Display UI
Select countries to get the exchange rate for a specific amount
## Project Specifications
- Display UI
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
const currencyEl_one = document.getElementById('currency-one');
const amountEl_one = document.getElementById('amount-one');
co
const amountEl_one = document.getElementById('amount-one');
co