chore(curriculum): add array lecture videos (#57433)

This commit is contained in:
Jessica Wilkins
2024-12-06 12:28:34 -08:00
committed by GitHub
parent 9eb31a5db5
commit 9773dc5c81
10 changed files with 10 additions and 10 deletions
@@ -2,7 +2,7 @@
id: 67329f508a6ec45b046700b3
title: What Are the Key Characteristics of JavaScript Arrays?
challengeType: 11
videoId: nVAaxZ34khk
videoId: 9NrHUUdAbvo
dashedName: what-are-the-key-characteristics-of-javascript-arrays
---
@@ -2,7 +2,7 @@
id: 6732aebaa8abb9086a9bb17a
title: How Do You Access and Update Elements in an Array?
challengeType: 11
videoId: nVAaxZ34khk
videoId: 7J_uai_mqic
dashedName: how-do-you-access-and-update-elements-in-an-array
---
@@ -2,7 +2,7 @@
id: 6732aec982904608b637716b
title: How Do You Add and Remove Elements from the Beginning and End of an Array?
challengeType: 11
videoId: nVAaxZ34khk
videoId: P0kM47wpYk0
dashedName: how-do-you-add-and-remove-elements-from-the-beginning-and-end-of-an-array
---
@@ -2,7 +2,7 @@
id: 6732aed2ac3d3c08f6149dd6
title: What Is the Difference Between One-Dimensional and Two-Dimensional Arrays?
challengeType: 11
videoId: nVAaxZ34khk
videoId: gxZjhCCEYII
dashedName: what-is-the-difference-between-one-dimensional-and-two-dimensional-arrays
---
@@ -2,7 +2,7 @@
id: 6732aedd2d92e30923b9bc24
title: What Is Array Destructuring, and How Does It Work?
challengeType: 11
videoId: nVAaxZ34khk
videoId: _h0kbN13AVY
dashedName: what-is-array-destructuring-and-how-does-it-work
---
@@ -2,7 +2,7 @@
id: 67329f64e0ef5c5b7388158d
title: How Do You Get the Index for an Element in an Array Using the indexOf Method?
challengeType: 11
videoId: nVAaxZ34khk
videoId: Pg-wwP3YQF8
dashedName: how-do-you-get-the-index-for-an-element-in-an-array-using-the-indexof-method
---
@@ -2,7 +2,7 @@
id: 6732b284901f8c1539e20bcb
title: How Do You Add and Remove Elements from the Middle of an Array?
challengeType: 11
videoId: nVAaxZ34khk
videoId: 6sfsfbQQjpI
dashedName: how-do-you-add-remove-elements-from-the-middle-of-an-array
---
@@ -2,7 +2,7 @@
id: 6732b28eeadda1158cdbff7b
title: How Can You Check if an Array Contains a Certain Value?
challengeType: 11
videoId: nVAaxZ34khk
videoId: NjZI_TlIiXk
dashedName: how-can-you-check-if-an-array-contains-a-certain-value
---
@@ -2,7 +2,7 @@
id: 6732b29b8b7d4f15b94d12ca
title: What Is a Shallow Copy of an Array, and What Are Some Ways to Create These Copies?
challengeType: 11
videoId: nVAaxZ34khk
videoId: acgI-aTElCo
dashedName: what-is-a-shallow-copy-of-an-array-and-what-are-some-ways-to-create-these-copies
---
@@ -2,7 +2,7 @@
id: 6732b2a6de5a1c15edf05b75
title: How Can You Use String and Array Methods to Reverse a String?
challengeType: 11
videoId: nVAaxZ34khk
videoId: iwX0qWJkM5o
dashedName: how-can-you-use-string-and-array-methods-to-reverse-a-string
---