diff --git a/CurrencyConverter/app.js b/CurrencyConverter/app.js index 6009ab0..a1aac07 100644 --- a/CurrencyConverter/app.js +++ b/CurrencyConverter/app.js @@ -1,6 +1,8 @@ const BASE_URL = "https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/latest/currencies"; +// This link is not working didi.... + const dropdowns = document.querySelectorAll(".dropdown select"); const btn = document.querySelector("form button"); const fromCurr = document.querySelector(".from select");