From 577288ffc011e94074ee4b8d9f7d6829ab1db282 Mon Sep 17 00:00:00 2001 From: TPL1122_15 Date: Thu, 12 Dec 2024 15:13:12 -0800 Subject: [PATCH] fixes spelling and punctuation typos --- projects/recipe-page/phase-4-DOM-Manipulation.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/projects/recipe-page/phase-4-DOM-Manipulation.md b/projects/recipe-page/phase-4-DOM-Manipulation.md index a3ba28e03..96a572d4d 100644 --- a/projects/recipe-page/phase-4-DOM-Manipulation.md +++ b/projects/recipe-page/phase-4-DOM-Manipulation.md @@ -1,4 +1,4 @@ -# Project - Incorporate JS DOM method into Recipe Page +# Project - Incorporate JS DOM methods into Recipe Page The DOM (or Document Object Model) is a tree-like representation of the contents of a webpage - a tree of “nodes” with different relationships depending on how they’re arranged in the HTML document. @@ -11,8 +11,7 @@ The DOM (or Document Object Model) is a tree-like representation of the contents - Javascript Hello everyone! -We have a big goal for the EOW: we want to incorporate DOM Methods into your recipe page -How excited are you about this? Let's use JS to make your website interactive. +We have a big goal for the EOW: we want to incorporate DOM Methods into your recipe page. How excited are you about this? Let's use JS to make your website interactive. ### Primary Goals @@ -21,7 +20,7 @@ How excited are you about this? Let's use JS to make your website interactive. ### Overview -You already have an HTML/CSS/JS project, but now you get to surprise your users by adding some JS DOM methods to make your website interactive! You'll add at least three interactive elements of your choosing. +You already have an HTML/CSS project, but now you get to surprise your users by adding some JS DOM methods to make your website interactive! You'll add at least three interactive elements of your choosing. ### Use your creativity!