Skip to content

Commit

Permalink
Update js-intro-to-event-listeners.md
Browse files Browse the repository at this point in the history
Update and reword
  • Loading branch information
niksseif authored Mar 27, 2024
1 parent 8b83de1 commit 69f00f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/module-1/js-intro-to-event-listeners.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Take for example the "heart" icon on CodePen. CodePen has 4 levels of "love" - 0

<img class="medium" src="./assets/images/dom-manipulation-1/codepen-heart-click.gif">

Note: We will get more practice with the following concept in Part 2 of Intro to the [DOM](https://frontend.turing.edu/lessons/module-1/js-intro-to-the-dom.html).
Note: Refer to the Introduction to the [DOM](https://frontend.turing.edu/lessons/module-1/js-intro-to-the-dom.html) for changing styles based on user interaction..

<section class="call-to-action">
### Pair Challenge
Expand Down

0 comments on commit 69f00f3

Please sign in to comment.