Skip to content

Commit eff9ee9

Browse files
authored
Merge pull request #29144 from scuddi/patch-1
DOM Manipulation and Events: Change first assignment link
2 parents 4cc0a62 + 6279714 commit eff9ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foundations/javascript_basics/DOM_manipulation_and_events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ You can find a more complete list with explanations of each event on [W3Schools
422422

423423
Manipulating web pages is the primary benefit of the JavaScript language! These techniques are things that you are likely to be messing with *every day* as a front-end developer, so let's practice!
424424

425-
1. Complete [MDN's Active Learning sections on DOM manipulation](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Client-side_web_APIs/Manipulating_documents#active_learning_a_dynamic_shopping_list) to test your skills!
425+
1. Complete [MDN's Active Learning sections on DOM manipulation](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Client-side_web_APIs/Manipulating_documents#active_learning_basic_dom_manipulation) to test your skills!
426426
1. Read the following sections from JavaScript Tutorial's series on the DOM to get a broader idea of how events can be used in your pages. Note that some of the methods like `getElementById` are older and see less use today.
427427

428428
As you read, remember that the general ideas can be applied to any event, not only the ones used in examples - but information specific to a certain event type can always be found by checking documentation.

0 commit comments

Comments
 (0)