From 807ce0487ba0a3f6ededfd3c724f7965b4f28ef5 Mon Sep 17 00:00:00 2001 From: NetMan <13informatyka14@gmail.com> Date: Tue, 9 Jan 2024 18:53:33 +0100 Subject: [PATCH] Added basic DOM functionality Instead of prompt() and console now using DOM elements --- index.html | 16 ++++++++-------- index.js | 51 ++++++++++----------------------------------------- 2 files changed, 18 insertions(+), 49 deletions(-) diff --git a/index.html b/index.html index 9edcc8d..8946160 100644 --- a/index.html +++ b/index.html @@ -5,11 +5,8 @@