Feat: hide blocks not challenges (#39504)

* fix: remove isHidden flag from frontmatter

* fix: add isUpcomingChange

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

* feat: hide blocks not challenges

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
This commit is contained in:
Oliver Eyton-Williams
2020-09-04 00:07:40 +02:00
committed by GitHub
parent 6b081c7e7b
commit bd68b70f3d
1740 changed files with 151 additions and 1746 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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