From 57ec0820329145168be222d061adec34769076b8 Mon Sep 17 00:00:00 2001 From: Deylepro Date: Mon, 7 Aug 2023 05:28:12 -0500 Subject: [PATCH] function display done --- myjs.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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