From b8e18ee9d33deaaef2bb1f82de2a06e43c02044e Mon Sep 17 00:00:00 2001 From: Sriram Bharadwaj <92371562+SriramBharadwaj1@users.noreply.github.com> Date: Fri, 25 Nov 2022 19:46:45 +0530 Subject: [PATCH] Update index-FINISHED.html use defer keyword, as it is the standard now. using async or defer is the preferred practice --- exercises/20 - The DOM/index-FINISHED.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exercises/20 - The DOM/index-FINISHED.html b/exercises/20 - The DOM/index-FINISHED.html index c8ffe34fd..ab7d21920 100644 --- a/exercises/20 - The DOM/index-FINISHED.html +++ b/exercises/20 - The DOM/index-FINISHED.html @@ -6,6 +6,8 @@