fix(curriculum): update video ids for DOM manipulation and events module (#57593)
Some checks failed
i18n - Build Validation / Validate i18n Builds (20.x) (push) Has been cancelled
CI - Node.js / Lint (20.x) (push) Has been cancelled
CI - Node.js / Build (20.x) (push) Has been cancelled
CI - Node.js / Test (20.x) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (20.x) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 20.x) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 20.x) (push) Has been cancelled
i18n - Download Client UI / Client (push) Has been cancelled

This commit is contained in:
Dario-DC 2024-12-20 17:22:21 +01:00 committed by GitHub
parent 72c5310c25
commit 0029ff6df4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
22 changed files with 22 additions and 22 deletions

View File

@ -2,7 +2,7 @@
id: 6732a06aed1b095f57b0bb82
title: What Is the Change Event, and How Does It Work?
challengeType: 11
videoId: nVAaxZ34khk
videoId: 87w0nfXZhss
dashedName: what-is-the-change-event-and-how-does-it-work
---

View File

@ -2,7 +2,7 @@
id: 67338e93b75977a344cf6d40
title: How Do Event Bubbling, and Event Delegation Work?
challengeType: 11
videoId: nVAaxZ34khk
videoId: 9yeVpWaYwMU
dashedName: how-do-event-bubbling-and-event-delegation-work
---

View File

@ -2,7 +2,7 @@
id: 6732a0472f52015e511f8e58
title: What Is an API, and What Are Web APIs?
challengeType: 11
videoId: nVAaxZ34khk
videoId: VRF7NItXm2c
dashedName: what-is-an-api-and-what-are-web-apis
---

View File

@ -2,7 +2,7 @@
id: 67336894ae148431a870694d
title: What Is the DOM, and How Do You Access Elements?
challengeType: 11
videoId: nVAaxZ34khk
videoId: EKgxoZ9IzmQ
dashedName: what-is-the-dom-and-how-do-you-access-elements
---

View File

@ -2,7 +2,7 @@
id: 6733689f9f31dd31e7d9c789
title: How Do DOM Nodes Exist Relative to Each Other in the DOM Tree?
challengeType: 11
videoId: nVAaxZ34khk
videoId: 5G2ZQrgrBYU
dashedName: how-do-dom-nodes-exist-relative-to-each-other-in-the-dom-tree
---

View File

@ -2,7 +2,7 @@
id: 673368b1cf26253212a3cfb2
title: What Is the querySelectorAll() Method, and When Should You Use It?
challengeType: 11
videoId: nVAaxZ34khk
videoId: F4WZUBQL9Js
dashedName: what-is-the-queryselectorall-method-and-when-should-you-use-it
---

View File

@ -2,7 +2,7 @@
id: 673368c0161e6b326a7e03f0
title: How Do You Create New Nodes Using innerHTML() and createElement()?
challengeType: 11
videoId: nVAaxZ34khk
videoId: WypY2jRcCe0
dashedName: how-do-you-create-new-nodes-using-innerhtml-and-createelement
---

View File

@ -2,7 +2,7 @@
id: 673368ccf52205329b729378
title: What Is the Difference Between innerText, textContent, and innerHTML?
challengeType: 11
videoId: nVAaxZ34khk
videoId: A94NbhbAows
dashedName: what-is-the-difference-between-innertext-textcontent-and-innerhtml
---

View File

@ -2,7 +2,7 @@
id: 673368d97e8ce232cdcd6b68
title: How Do You Add and Remove Nodes from the DOM with appendChild() and removeChild()?
challengeType: 11
videoId: nVAaxZ34khk
videoId: 8xXQxXlvY8A
dashedName: how-do-you-add-and-remove-nodes-from-the-dom-with-appendchild-and-removechild
---

View File

@ -2,7 +2,7 @@
id: 673368e7bd043f331919514d
title: How Do the Navigator, Window, and Document Work?
challengeType: 11
videoId: nVAaxZ34khk
videoId: O0SWih5pv9U
dashedName: how-do-the-navigator-window-and-document-work
---

View File

@ -2,7 +2,7 @@
id: 673368f272706633516e4873
title: How Do You Add Attributes with setAttribute()?
challengeType: 11
videoId: nVAaxZ34khk
videoId: ciq88lYTHUc
dashedName: how-do-you-add-attributes-with-setattribute
---

View File

@ -2,7 +2,7 @@
id: 673368fbe12a2b337645053d
title: What Is the Event Object?
challengeType: 11
videoId: nVAaxZ34khk
videoId: UVBsIxxvgBg
dashedName: what-is-the-event-object
---

View File

@ -2,7 +2,7 @@
id: 673369067f824d33a90a0534
title: How Does the addEventListener Method Work?
challengeType: 11
videoId: nVAaxZ34khk
videoId: XxKBdnCPtoU
dashedName: how-does-the-addeventlistener-method-work
---

View File

@ -2,7 +2,7 @@
id: 673369101e5c4a33db0e8a02
title: How Does the removeEventListener Method Work?
challengeType: 11
videoId: nVAaxZ34khk
videoId: 59HUIkhJqnc
dashedName: how-does-the-removeeventlistener-method-work
---

View File

@ -2,7 +2,7 @@
id: 6733691d88e3053414689276
title: What Are Inline Event Handlers, and Why Is It Best Practice to Use addEventListener Instead?
challengeType: 11
videoId: nVAaxZ34khk
videoId: JbTSvver-y8
dashedName: what-are-inline-event-handlers-and-why-is-it-best-practice-to-use-addeventlistener-instead
---

View File

@ -2,7 +2,7 @@
id: 6733692ffe1da034469f7917
title: How Do You Manipulate Styles Using Element.style and Element.classList?
challengeType: 11
videoId: nVAaxZ34khk
videoId: i07QkMVN15o
dashedName: how-do-you-manipulate-styles-using-elementstyle-and-elementclasslist
---

View File

@ -2,7 +2,7 @@
id: 6733693bfce9a43489a355db
title: What Is the DOMContentLoaded Event, and How Does It Work?
challengeType: 11
videoId: nVAaxZ34khk
videoId: sEsyYH_SAb8
dashedName: what-is-the-domcontentloaded-event-and-how-does-it-work
---

View File

@ -2,7 +2,7 @@
id: 6733694805a85d34ced08a9b
title: How Do the setTimeout and setInterval Methods Work?
challengeType: 11
videoId: nVAaxZ34khk
videoId: GSWSPc2SGTg
dashedName: how-do-the-settimeout-and-setinterval-methods-work
---

View File

@ -2,7 +2,7 @@
id: 67336956340e8a34fbd5d9f3
title: What Is the requestAnimationFrame() API, and How Can It Be Used to Set Up an Animation Loop?
challengeType: 11
videoId: nVAaxZ34khk
videoId: mfnow4GWCo4
dashedName: what-is-the-requestanimationframe-api-and-how-can-it-be-used-to-set-up-an-animation-loop
---

View File

@ -2,7 +2,7 @@
id: 6733696567d2273540aa6033
title: What Is the Web Animations API, and How Does It Relate to CSS Animation Properties?
challengeType: 11
videoId: nVAaxZ34khk
videoId: pVVcaDEIzvs
dashedName: what-is-the-web-animations-api-and-how-does-it-relate-to-css-animation-properties
---

View File

@ -2,7 +2,7 @@
id: 6733697661182d357fc643d2
title: What Is the Canvas API, and How Does It Work?
challengeType: 11
videoId: nVAaxZ34khk
videoId: EbfxtG26HR0
dashedName: what-is-the-canvas-api-and-how-does-it-work
---

View File

@ -2,7 +2,7 @@
id: 673369829e232835c2732656
title: How Do You Open and Close Dialog Elements Using JavaScript?
challengeType: 11
videoId: nVAaxZ34khk
videoId: W6gusPmPGo4
dashedName: how-do-you-open-and-close-dialog-elements-using-javascript
---