From df4ec8d528a5c19c97dbd2670a6fb75ad4f01ed6 Mon Sep 17 00:00:00 2001 From: chughgarvit57 <105552474+chughgarvit57@users.noreply.github.com> Date: Sat, 27 Jul 2024 17:37:22 +0530 Subject: [PATCH] Issue in app.js --- CurrencyConverter/app.js | 2 ++ 1 file changed, 2 insertions(+) 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");