Skip to content

Commit

Permalink
fixes spelling and punctuation typos
Browse files Browse the repository at this point in the history
  • Loading branch information
TPL1122_15 authored and TPL1122_15 committed Dec 12, 2024
1 parent c1427eb commit 577288f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions projects/recipe-page/phase-4-DOM-Manipulation.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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

Expand All @@ -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!

Expand Down

0 comments on commit 577288f

Please sign in to comment.