From a89f7633af116e2ca18335ba88f3423347747541 Mon Sep 17 00:00:00 2001 From: Clavis7 <96084919+Clavis7@users.noreply.github.com> Date: Sat, 10 Dec 2022 19:04:06 +0530 Subject: [PATCH] Removed a button element The empty button just before script tag is confusing. There is no need for it in the start file as Wes already wrote this element in the end section of tutorial. --- .../index-START.html | 1 - 1 file changed, 1 deletion(-) diff --git a/25 - Event Capture, Propagation, Bubbling and Once/index-START.html b/25 - Event Capture, Propagation, Bubbling and Once/index-START.html index 7bd5931e01..094cb20b8b 100644 --- a/25 - Event Capture, Propagation, Bubbling and Once/index-START.html +++ b/25 - Event Capture, Propagation, Bubbling and Once/index-START.html @@ -40,7 +40,6 @@ } -