From 552303826f63a11d83ec12a8f351eaf37cbc7ffd Mon Sep 17 00:00:00 2001 From: Pratham Savjani <87868351+PrathamSavjani@users.noreply.github.com> Date: Sun, 2 Oct 2022 11:57:35 +0530 Subject: [PATCH] Update README.md Added JavaScript DOM article by javascripttutorial.net in README.md file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e3c852d6..be0e2fa9 100644 --- a/README.md +++ b/README.md @@ -413,6 +413,7 @@ All the translations for this repo will be listed below: - 📜 [How to traverse the DOM in Javascript — Vojislav Grujić](https://medium.com/javascript-in-plain-english/how-to-traverse-the-dom-in-javascript-d6555c335b4e) - 📜 [Render Tree Construction — Ilya Grigorik](https://developers.google.com/web/fundamentals/performance/critical-rendering-path/render-tree-construction) - 📜 [What exactly is the DOM?](https://bitsofco.de/what-exactly-is-the-dom/) +- 📜 [JavaScript DOM](https://www.javascripttutorial.net/javascript-dom/) ### Videos