MCPcopy Create free account
hub / github.com/AyushSaini00/60minuteJavaScript / app.js

File app.js

Currency-Converter/app.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

calcFunction · 0.85

Tested by

no test coverage detected