diff --git a/myjs.html b/myjs.html
index b81f9cf..193f544 100755
--- a/myjs.html
+++ b/myjs.html
@@ -10,8 +10,7 @@
-
-
+
@@ -89,6 +88,10 @@
Submission warning !
log(str+'',str)
-// myclick()
+function myclick(){
+ datas=text.value
+ showw.innerHTML += `
${datas}
`
+ text.value=''
+}
\ No newline at end of file