diff --git a/myjs.html b/myjs.html index b81f9cf..a6a28a2 100755 --- a/myjs.html +++ b/myjs.html @@ -10,6 +10,7 @@ +

@@ -34,7 +35,7 @@

Submission warning !

- + @@ -90,5 +91,9 @@

Submission warning !

// myclick() + function myclick() { + let inpValue = document.getElementById('text') + let dom = document.getElementById('h5').innerHTML = inpValue.value + } \ No newline at end of file