Skip to content

Instantly share code, notes, and snippets.

View DRAGOROD's full-sized avatar
🎯
Focusing

DRAGOROD DRAGOROD

🎯
Focusing
View GitHub Profile
@DRAGOROD
DRAGOROD / HTML
Created March 9, 2026 11:56
Need Help! not meeting condition 7 & 8 even though the display showing the values just fine 7> Changing the value of the first select element should display the new converted amount. 8>Changing the value of the second select element should display the new converted amount and currency.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Currency Converter</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/18.3.1/umd/react.development.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-dom/18.3.1/umd/react-dom.development.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/7.26.5/babel.min.js"></script>
<script