From 529f35046117f81cea13393d288b8a08862bc014 Mon Sep 17 00:00:00 2001 From: hn-agnihotri29 Date: Sun, 6 Oct 2024 20:03:20 +0530 Subject: [PATCH 1/2] Added the introduction to DOM from MDN --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dafcacf0..ec116c18 100644 --- a/README.md +++ b/README.md @@ -464,6 +464,10 @@ All the translations for this repo will be listed below: ## 13. DOM and Layout Trees +### Reference + +- [Document Object Model (DOM)](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model) + ### Books - [Eloquent JavaScript, 3rd Edition: Ch. 14 - The Document Object Model](https://eloquentjavascript.net/14_dom.html) From 1af91e409720947b4ba8c7f2f6fa3b156e26ef71 Mon Sep 17 00:00:00 2001 From: hn-agnihotri29 Date: Sun, 6 Oct 2024 20:04:56 +0530 Subject: [PATCH 2/2] add the mdn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec116c18..9b71fb4b 100644 --- a/README.md +++ b/README.md @@ -466,7 +466,7 @@ All the translations for this repo will be listed below: ### Reference -- [Document Object Model (DOM)](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model) +- [Document Object Model (DOM) — MDN](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model) ### Books