fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558)
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
id: 5a661e0f1068aca922b3ef17
|
||||
title: Access an Array's Contents Using Bracket Notation
|
||||
challengeType: 1
|
||||
forumTopicId: 301149
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 587d7b7c367417b2b2512b1a
|
||||
title: Access Property Names with Bracket Notation
|
||||
challengeType: 1
|
||||
forumTopicId: 301150
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 587d78b2367417b2b2512b0e
|
||||
title: Add Items to an Array with push() and unshift()
|
||||
challengeType: 1
|
||||
forumTopicId: 301151
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 587d78b3367417b2b2512b11
|
||||
title: Add Items Using splice()
|
||||
challengeType: 1
|
||||
forumTopicId: 301152
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 587d7b7c367417b2b2512b18
|
||||
title: Add Key-Value Pairs to JavaScript Objects
|
||||
challengeType: 1
|
||||
forumTopicId: 301153
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 587d7b7b367417b2b2512b14
|
||||
title: Check For The Presence of an Element With indexOf()
|
||||
challengeType: 1
|
||||
forumTopicId: 301154
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 587d7b7d367417b2b2512b1c
|
||||
title: Check if an Object has a Property
|
||||
challengeType: 1
|
||||
forumTopicId: 301155
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 587d7b7b367417b2b2512b17
|
||||
title: Combine Arrays with the Spread Operator
|
||||
challengeType: 1
|
||||
forumTopicId: 301156
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 587d7b7b367417b2b2512b13
|
||||
title: Copy an Array with the Spread Operator
|
||||
challengeType: 1
|
||||
forumTopicId: 301157
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 587d7b7a367417b2b2512b12
|
||||
title: Copy Array Items Using slice()
|
||||
challengeType: 1
|
||||
forumTopicId: 301158
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 587d7b7b367417b2b2512b16
|
||||
title: Create complex multi-dimensional arrays
|
||||
challengeType: 1
|
||||
forumTopicId: 301159
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 587d7b7d367417b2b2512b1e
|
||||
title: Generate an Array of All Object Keys with Object.keys()
|
||||
challengeType: 1
|
||||
forumTopicId: 301160
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 587d7b7b367417b2b2512b15
|
||||
title: Iterate Through All an Array's Items Using For Loops
|
||||
challengeType: 1
|
||||
forumTopicId: 301161
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 587d7b7d367417b2b2512b1d
|
||||
title: 'Iterate Through the Keys of an Object with a for...in Statement'
|
||||
challengeType: 1
|
||||
forumTopicId: 301162
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 587d7b7d367417b2b2512b1f
|
||||
title: Modify an Array Stored in an Object
|
||||
challengeType: 1
|
||||
forumTopicId: 301163
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 587d7b7c367417b2b2512b19
|
||||
title: Modify an Object Nested Within an Object
|
||||
challengeType: 1
|
||||
forumTopicId: 301164
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 587d78b2367417b2b2512b0f
|
||||
title: Remove Items from an Array with pop() and shift()
|
||||
challengeType: 1
|
||||
forumTopicId: 301165
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 587d78b2367417b2b2512b10
|
||||
title: Remove Items Using splice()
|
||||
challengeType: 1
|
||||
forumTopicId: 301166
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 587d7b7e367417b2b2512b20
|
||||
title: Use an Array to Store a Collection of Data
|
||||
challengeType: 1
|
||||
forumTopicId: 301167
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 587d7b7c367417b2b2512b1b
|
||||
title: Use the delete Keyword to Remove Object Properties
|
||||
challengeType: 1
|
||||
forumTopicId: 301168
|
||||
---
|
||||
|
||||
## Description
|
||||
|
Reference in New Issue
Block a user