fix: remove title from Chinese chals

This commit is contained in:
Oliver Eyton-Williams
2020-10-01 17:53:09 +02:00
committed by Mrugesh Mohapatra
parent a9092776b5
commit 4a74567986
1588 changed files with 0 additions and 1588 deletions

View File

@ -1,6 +1,5 @@
---
id: 587d7da9367417b2b2512b67
title: Add Elements to the End of an Array Using concat Instead of push
challengeType: 1
forumTopicId: 301226
localeTitle: 使用 concat 而不是 push 将元素添加到数组的末尾

View File

@ -1,6 +1,5 @@
---
id: 587d7dab367417b2b2512b6d
title: Apply Functional Programming to Convert Strings to URL Slugs
challengeType: 1
forumTopicId: 301227
localeTitle: 应用函数式编程将字符串转换为URL片段

View File

@ -1,6 +1,5 @@
---
id: 587d7b8e367417b2b2512b5e
title: Avoid Mutations and Side Effects Using Functional Programming
challengeType: 1
forumTopicId: 301228
localeTitle: 使用函数式编程避免变化和副作用

View File

@ -1,6 +1,5 @@
---
id: 587d7daa367417b2b2512b6c
title: Combine an Array into a String Using the join Method
challengeType: 1
forumTopicId: 18221
localeTitle: 使用 join 方法将数组组合成字符串

View File

@ -1,6 +1,5 @@
---
id: 587d7da9367417b2b2512b66
title: Combine Two Arrays Using the concat Method
challengeType: 1
forumTopicId: 301229
localeTitle: 使用 concat 方法组合两个数组

View File

@ -1,6 +1,5 @@
---
id: 587d7b8f367417b2b2512b62
title: Implement map on a Prototype
challengeType: 1
forumTopicId: 301230
localeTitle: 在原型上实现 map 方法

View File

@ -1,6 +1,5 @@
---
id: 587d7b8f367417b2b2512b64
title: Implement the filter Method on a Prototype
challengeType: 1
forumTopicId: 301231
localeTitle: 在原型上实现 filter 方法

View File

@ -1,6 +1,5 @@
---
id: 587d7dab367417b2b2512b70
title: Introduction to Currying and Partial Application
challengeType: 1
forumTopicId: 301232
localeTitle: 函数柯里化

View File

@ -1,6 +1,5 @@
---
id: 587d7b8d367417b2b2512b5b
title: Learn About Functional Programming
challengeType: 1
forumTopicId: 301233
localeTitle: 学习函数式编程

View File

@ -1,6 +1,5 @@
---
id: 587d7b8e367417b2b2512b5f
title: Pass Arguments to Avoid External Dependence in a Function
challengeType: 1
forumTopicId: 301234
localeTitle: 传递参数以避免函数中的外部依赖

View File

@ -1,6 +1,5 @@
---
id: 587d7b8f367417b2b2512b60
title: Refactor Global Variables Out of Functions
challengeType: 1
forumTopicId: 301235
localeTitle: 在函数中重构全局变量

View File

@ -1,6 +1,5 @@
---
id: 9d7123c8c441eeafaeb5bdef
title: Remove Elements from an Array Using slice Instead of splice
challengeType: 1
forumTopicId: 301236
localeTitle: 使用 slice 而不是 splice 从数组中移除元素

View File

@ -1,6 +1,5 @@
---
id: 587d7da9367417b2b2512b6a
title: Return a Sorted Array Without Changing the Original Array
challengeType: 1
forumTopicId: 301237
localeTitle: 在不更改原始数组的前提下返回排序后的数组

View File

@ -1,6 +1,5 @@
---
id: 587d7b90367417b2b2512b65
title: Return Part of an Array Using the slice Method
challengeType: 1
forumTopicId: 301239
localeTitle: 使用 slice 方法返回数组的一部分

View File

@ -1,6 +1,5 @@
---
id: 587d7da9367417b2b2512b69
title: Sort an Array Alphabetically using the sort Method
challengeType: 1
forumTopicId: 18303
localeTitle: 使用 sort 方法按字母顺序给数组排序

View File

@ -1,6 +1,5 @@
---
id: 587d7daa367417b2b2512b6b
title: Split a String into an Array Using the split Method
challengeType: 1
forumTopicId: 18305
localeTitle: 使用 split 方法将字符串拆分成数组

View File

@ -1,6 +1,5 @@
---
id: 587d7b8e367417b2b2512b5c
title: Understand Functional Programming Terminology
challengeType: 1
forumTopicId: 301240
localeTitle: 了解函数式编程术语

View File

@ -1,6 +1,5 @@
---
id: 587d7b8e367417b2b2512b5d
title: Understand the Hazards of Using Imperative Code
challengeType: 1
forumTopicId: 301241
localeTitle: 了解使用命令式编程的危害

View File

@ -1,6 +1,5 @@
---
id: 587d7b88367417b2b2512b45
title: Use Higher-Order Functions map, filter, or reduce to Solve a Complex Problem
challengeType: 1
forumTopicId: 301311
localeTitle: 使用高阶函数 map、filter 或者 reduce 来解决复杂问题

View File

@ -1,6 +1,5 @@
---
id: 587d7dab367417b2b2512b6e
title: Use the every Method to Check that Every Element in an Array Meets a Criteria
challengeType: 1
forumTopicId: 301312
localeTitle: 使用 every 方法检查数组中的每个元素是否符合条件

View File

@ -1,6 +1,5 @@
---
id: 587d7b8f367417b2b2512b63
title: Use the filter Method to Extract Data from an Array
challengeType: 1
forumTopicId: 18179
localeTitle: 使用 filter 方法从数组中提取数据

View File

@ -1,6 +1,5 @@
---
id: 587d7b8f367417b2b2512b61
title: Use the map Method to Extract Data from an Array
challengeType: 1
forumTopicId: 18214
localeTitle: 使用 map 方法从数组中提取数据

View File

@ -1,6 +1,5 @@
---
id: 587d7da9367417b2b2512b68
title: Use the reduce Method to Analyze Data
challengeType: 1
forumTopicId: 301313
localeTitle: 使用 reduce 方法分析数据

View File

@ -1,6 +1,5 @@
---
id: 587d7dab367417b2b2512b6f
title: Use the some Method to Check that Any Elements in an Array Meet a Criteria
challengeType: 1
forumTopicId: 301314
localeTitle: 使用 some 方法检查数组中是否有元素是否符合条件