Skip to content

Commit 59b01eb

Browse files
committed
update final jsfiddle link
1 parent 058678f commit 59b01eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Once we have done that, every actual real life click inside our row of lists wil
227227

228228
Now, you may notice that nothing in our HTML or CSS text boxes changes when this event listener executes. Our HTML and CSS serve to initially set up our webpage; once JavaScript starts executing, all bets are off, and the content of the page can diverge wildly from how it was originally specified. You can use the well-known "Inspect Element" tool that browsers provide to get a look at how the HTML and CSS would look if they kept up to date with the changes that JavaScript makes, although it might take a while to get used to all the stuff that that tool shows you.
229229

230-
[Final JSFiddle](https://jsfiddle.net/3t8ecud9/)
230+
[Final JSFiddle](https://jsfiddle.net/ytms1g6u/)
231231

232232
If we have time, there's one more thing that you can try if you want. I want you to open up a new blank plain text file in an editor like Notepad, TextEdit, or nano. Copy down or copy and paste the following HTML tags, I'll put them in the Discord:
233233

0 commit comments

Comments
 (0)