feat: add forumTopicId to challenge frontmatter [pre-existing]

This commit adds the pre-existing challenge guide topics in the
forum to the forntmatter of their challenge markdown files.
This commit is contained in:
Randell Dawson
2019-07-31 11:32:23 -07:00
committed by mrugesh
parent 65d4cfddea
commit 3ec1fe8ea7
262 changed files with 262 additions and 0 deletions

View File

@ -2,6 +2,7 @@
id: 587d7daa367417b2b2512b6c
title: Combine an Array into a String Using the join Method
challengeType: 1
forumTopicId: 18221
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7da9367417b2b2512b69
title: Sort an Array Alphabetically using the sort Method
challengeType: 1
forumTopicId: 18303
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7daa367417b2b2512b6b
title: Split a String into an Array Using the split Method
challengeType: 1
forumTopicId: 18305
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7b8f367417b2b2512b63
title: Use the filter Method to Extract Data from an Array
challengeType: 1
forumTopicId: 18179
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7b8f367417b2b2512b61
title: Use the map Method to Extract Data from an Array
challengeType: 1
forumTopicId: 18214
---
## Description