From 8bc332f8e5c1ad2f95be8ac74882470815ae0de2 Mon Sep 17 00:00:00 2001 From: Tony Hoong Date: Thu, 31 Oct 2024 07:37:55 +0000 Subject: [PATCH] DOM Manipulation: Remove broken additional resource (#29030) Not vital enough to replace --- foundations/javascript_basics/DOM_manipulation_and_events.md | 1 - 1 file changed, 1 deletion(-) diff --git a/foundations/javascript_basics/DOM_manipulation_and_events.md b/foundations/javascript_basics/DOM_manipulation_and_events.md index f06c651cf2..5b6a9bfeb9 100644 --- a/foundations/javascript_basics/DOM_manipulation_and_events.md +++ b/foundations/javascript_basics/DOM_manipulation_and_events.md @@ -464,7 +464,6 @@ This section contains helpful links to related content. It isn't required, so co - [Eloquent JS - DOM](http://eloquentjavascript.net/13_dom.html) - [Eloquent JS - Handling Events](http://eloquentjavascript.net/14_event.html) -- [DOM Enlightenment](http://domenlightenment.com/) - [Plain JavaScript](https://plainjs.com/javascript/) is a reference of JavaScript code snippets and explanations involving the DOM, as well as other aspects of JS. If you've already learned jQuery, it will help you figure out how to do things without it. - This [W3Schools](https://www.w3schools.com/js/js_htmldom.asp) article offers easy-to-understand lessons on the DOM. - [JS DOM Crash Course](https://www.youtube.com/watch?v=0ik6X4DJKCc&list=PLillGF-RfqbYE6Ik_EuXA2iZFcE082B3s) is an extensive and well explained 4 part video series on the DOM by Traversy Media.