restructured

This commit is contained in:
Karan
2021-12-03 14:29:30 +05:30
committed by GitHub
parent b36579adbf
commit c461f92dc7
+1 -1
View File
@@ -14,7 +14,7 @@
<br>
<button>Replace</button>
<script>
const output = document.getElementById("output")
const output = document.getElementById("output");
const findValue = document.getElementById("sText");
const replaceValue = document.getElementById("rText");
document.querySelector("button").addEventListener("click", lookUp);