diff --git a/CurrencyConverter/app.js b/CurrencyConverter/app.js index 6009ab0..4016167 100644 --- a/CurrencyConverter/app.js +++ b/CurrencyConverter/app.js @@ -1,4 +1,4 @@ -const BASE_URL = +onst BASE_URL = "https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/latest/currencies"; const dropdowns = document.querySelectorAll(".dropdown select");