restructured
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user