fix: s/localeTitle/title/g

This commit is contained in:
Oliver Eyton-Williams
2020-10-01 17:54:21 +02:00
committed by Mrugesh Mohapatra
parent 4a74567986
commit dec409a4bd
1432 changed files with 1432 additions and 1432 deletions

View File

@ -2,7 +2,7 @@
id: 587d7da9367417b2b2512b67
challengeType: 1
forumTopicId: 301226
localeTitle: 使用 concat 而不是 push 将元素添加到数组的末尾
title: 使用 concat 而不是 push 将元素添加到数组的末尾
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d7dab367417b2b2512b6d
challengeType: 1
forumTopicId: 301227
localeTitle: 应用函数式编程将字符串转换为URL片段
title: 应用函数式编程将字符串转换为URL片段
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d7b8e367417b2b2512b5e
challengeType: 1
forumTopicId: 301228
localeTitle: 使用函数式编程避免变化和副作用
title: 使用函数式编程避免变化和副作用
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d7daa367417b2b2512b6c
challengeType: 1
forumTopicId: 18221
localeTitle: 使用 join 方法将数组组合成字符串
title: 使用 join 方法将数组组合成字符串
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d7da9367417b2b2512b66
challengeType: 1
forumTopicId: 301229
localeTitle: 使用 concat 方法组合两个数组
title: 使用 concat 方法组合两个数组
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d7b8f367417b2b2512b62
challengeType: 1
forumTopicId: 301230
localeTitle: 在原型上实现 map 方法
title: 在原型上实现 map 方法
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d7b8f367417b2b2512b64
challengeType: 1
forumTopicId: 301231
localeTitle: 在原型上实现 filter 方法
title: 在原型上实现 filter 方法
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d7dab367417b2b2512b70
challengeType: 1
forumTopicId: 301232
localeTitle: 函数柯里化
title: 函数柯里化
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d7b8d367417b2b2512b5b
challengeType: 1
forumTopicId: 301233
localeTitle: 学习函数式编程
title: 学习函数式编程
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d7b8e367417b2b2512b5f
challengeType: 1
forumTopicId: 301234
localeTitle: 传递参数以避免函数中的外部依赖
title: 传递参数以避免函数中的外部依赖
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d7b8f367417b2b2512b60
challengeType: 1
forumTopicId: 301235
localeTitle: 在函数中重构全局变量
title: 在函数中重构全局变量
---
## Description

View File

@ -2,7 +2,7 @@
id: 9d7123c8c441eeafaeb5bdef
challengeType: 1
forumTopicId: 301236
localeTitle: 使用 slice 而不是 splice 从数组中移除元素
title: 使用 slice 而不是 splice 从数组中移除元素
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d7da9367417b2b2512b6a
challengeType: 1
forumTopicId: 301237
localeTitle: 在不更改原始数组的前提下返回排序后的数组
title: 在不更改原始数组的前提下返回排序后的数组
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d7b90367417b2b2512b65
challengeType: 1
forumTopicId: 301239
localeTitle: 使用 slice 方法返回数组的一部分
title: 使用 slice 方法返回数组的一部分
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d7da9367417b2b2512b69
challengeType: 1
forumTopicId: 18303
localeTitle: 使用 sort 方法按字母顺序给数组排序
title: 使用 sort 方法按字母顺序给数组排序
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d7daa367417b2b2512b6b
challengeType: 1
forumTopicId: 18305
localeTitle: 使用 split 方法将字符串拆分成数组
title: 使用 split 方法将字符串拆分成数组
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d7b8e367417b2b2512b5c
challengeType: 1
forumTopicId: 301240
localeTitle: 了解函数式编程术语
title: 了解函数式编程术语
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d7b8e367417b2b2512b5d
challengeType: 1
forumTopicId: 301241
localeTitle: 了解使用命令式编程的危害
title: 了解使用命令式编程的危害
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d7b88367417b2b2512b45
challengeType: 1
forumTopicId: 301311
localeTitle: 使用高阶函数 map、filter 或者 reduce 来解决复杂问题
title: 使用高阶函数 map、filter 或者 reduce 来解决复杂问题
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d7dab367417b2b2512b6e
challengeType: 1
forumTopicId: 301312
localeTitle: 使用 every 方法检查数组中的每个元素是否符合条件
title: 使用 every 方法检查数组中的每个元素是否符合条件
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d7b8f367417b2b2512b63
challengeType: 1
forumTopicId: 18179
localeTitle: 使用 filter 方法从数组中提取数据
title: 使用 filter 方法从数组中提取数据
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d7b8f367417b2b2512b61
challengeType: 1
forumTopicId: 18214
localeTitle: 使用 map 方法从数组中提取数据
title: 使用 map 方法从数组中提取数据
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d7da9367417b2b2512b68
challengeType: 1
forumTopicId: 301313
localeTitle: 使用 reduce 方法分析数据
title: 使用 reduce 方法分析数据
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d7dab367417b2b2512b6f
challengeType: 1
forumTopicId: 301314
localeTitle: 使用 some 方法检查数组中是否有元素是否符合条件
title: 使用 some 方法检查数组中是否有元素是否符合条件
---
## Description