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

@@ -90,5 +91,14 @@

Submission warning !

// myclick() + +function myclick() { + let inpuTag = document.getElementById('text') + console.log(inpuTag.value); + + document.getElementById('show').innerHTML+=inpuTag.value + + +} \ No newline at end of file