fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558)

This commit is contained in:
Randell Dawson
2019-08-05 09:17:33 -07:00
committed by mrugesh
parent 16551d2ad6
commit 568f00e02a
1200 changed files with 1200 additions and 0 deletions

View File

@ -2,6 +2,7 @@
id: 587d7da9367417b2b2512b67
title: Add Elements to the End of an Array Using concat Instead of push
challengeType: 1
forumTopicId: 301226
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7dab367417b2b2512b6d
title: Apply Functional Programming to Convert Strings to URL Slugs
challengeType: 1
forumTopicId: 301227
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7b8e367417b2b2512b5e
title: Avoid Mutations and Side Effects Using Functional Programming
challengeType: 1
forumTopicId: 301228
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7da9367417b2b2512b66
title: Combine Two Arrays Using the concat Method
challengeType: 1
forumTopicId: 301229
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7b8f367417b2b2512b62
title: Implement map on a Prototype
challengeType: 1
forumTopicId: 301230
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7b8f367417b2b2512b64
title: Implement the filter Method on a Prototype
challengeType: 1
forumTopicId: 301231
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7dab367417b2b2512b70
title: Introduction to Currying and Partial Application
challengeType: 1
forumTopicId: 301232
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7b8d367417b2b2512b5b
title: Learn About Functional Programming
challengeType: 1
forumTopicId: 301233
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7b8e367417b2b2512b5f
title: Pass Arguments to Avoid External Dependence in a Function
challengeType: 1
forumTopicId: 301234
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7b8f367417b2b2512b60
title: Refactor Global Variables Out of Functions
challengeType: 1
forumTopicId: 301235
---
## Description

View File

@ -2,6 +2,7 @@
id: 9d7123c8c441eeafaeb5bdef
title: Remove Elements from an Array Using slice Instead of splice
challengeType: 1
forumTopicId: 301236
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7da9367417b2b2512b6a
title: Return a Sorted Array Without Changing the Original Array
challengeType: 1
forumTopicId: 301237
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7b90367417b2b2512b65
title: Return Part of an Array Using the slice Method
challengeType: 1
forumTopicId: 301239
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7b8e367417b2b2512b5c
title: Understand Functional Programming Terminology
challengeType: 1
forumTopicId: 301240
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7b8e367417b2b2512b5d
title: Understand the Hazards of Using Imperative Code
challengeType: 1
forumTopicId: 301241
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7b88367417b2b2512b45
title: Use Higher-Order Functions map, filter, or reduce to Solve a Complex Problem
challengeType: 1
forumTopicId: 301311
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7dab367417b2b2512b6e
title: Use the every Method to Check that Every Element in an Array Meets a Criteria
challengeType: 1
forumTopicId: 301312
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7da9367417b2b2512b68
title: Use the reduce Method to Analyze Data
challengeType: 1
forumTopicId: 301313
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7dab367417b2b2512b6f
title: Use the some Method to Check that Any Elements in an Array Meet a Criteria
challengeType: 1
forumTopicId: 301314
---
## Description