restructured
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
<br>
|
<br>
|
||||||
<button>Replace</button>
|
<button>Replace</button>
|
||||||
<script>
|
<script>
|
||||||
const output = document.getElementById("output")
|
const output = document.getElementById("output");
|
||||||
const findValue = document.getElementById("sText");
|
const findValue = document.getElementById("sText");
|
||||||
const replaceValue = document.getElementById("rText");
|
const replaceValue = document.getElementById("rText");
|
||||||
document.querySelector("button").addEventListener("click", lookUp);
|
document.querySelector("button").addEventListener("click", lookUp);
|
||||||
|
|||||||
Reference in New Issue
Block a user