From 92181c7ededb52ec96cdd01635f7b8b9b41e05ae Mon Sep 17 00:00:00 2001 From: Peter Faber <peter.faber@th-deg.de> Date: Fri, 22 Nov 2024 13:55:18 +0100 Subject: [PATCH] Add new file --- condClick.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 condClick.js diff --git a/condClick.js b/condClick.js new file mode 100644 index 0000000..8f667d5 --- /dev/null +++ b/condClick.js @@ -0,0 +1,3 @@ +function displayHelloWorld() { + document.getElementById('output').innerText = "Hello, World!"; + } -- GitLab