fix: s/localeTitle/title/g
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
4a74567986
commit
dec409a4bd
@ -2,7 +2,7 @@
|
||||
id: 587d7b87367417b2b2512b40
|
||||
challengeType: 1
|
||||
forumTopicId: 301195
|
||||
localeTitle: 比较 var 和 let 关键字的作用域
|
||||
title: 比较 var 和 let 关键字的作用域
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 5cdafbc32913098997531680
|
||||
challengeType: 1
|
||||
forumTopicId: 301196
|
||||
localeTitle: 通过 resolve 和 reject 完成 Promise
|
||||
title: 通过 resolve 和 reject 完成 Promise
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 5cdafbb0291309899753167f
|
||||
challengeType: 1
|
||||
forumTopicId: 301197
|
||||
localeTitle: 创建一个 JavaScript Promise
|
||||
title: 创建一个 JavaScript Promise
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 5cddbfd622f1a59093ec611d
|
||||
challengeType: 6
|
||||
forumTopicId: 301198
|
||||
localeTitle: 创建一个模块脚本
|
||||
title: 创建一个模块脚本
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b8c367417b2b2512b58
|
||||
challengeType: 1
|
||||
forumTopicId: 301199
|
||||
localeTitle: 用 export default 创建一个默认导出
|
||||
title: 用 export default 创建一个默认导出
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b8a367417b2b2512b4e
|
||||
challengeType: 1
|
||||
forumTopicId: 301200
|
||||
localeTitle: 使用模板字面量创建字符串
|
||||
title: 使用模板字面量创建字符串
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b87367417b2b2512b41
|
||||
challengeType: 1
|
||||
forumTopicId: 301201
|
||||
localeTitle: 用 const 关键字声明只读变量
|
||||
title: 用 const 关键字声明只读变量
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b87367417b2b2512b3f
|
||||
challengeType: 1
|
||||
forumTopicId: 301202
|
||||
localeTitle: 探索 var 和 let 关键字之间的差异
|
||||
title: 探索 var 和 let 关键字之间的差异
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 5cdafbd72913098997531681
|
||||
challengeType: 1
|
||||
forumTopicId: 301203
|
||||
localeTitle: 在 then 中处理 Promise 完成的情况
|
||||
title: 在 then 中处理 Promise 完成的情况
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 5cdafbe72913098997531682
|
||||
challengeType: 1
|
||||
forumTopicId: 301204
|
||||
localeTitle: 在 catch 中处理 Promise 失败的情况
|
||||
title: 在 catch 中处理 Promise 失败的情况
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b8d367417b2b2512b59
|
||||
challengeType: 1
|
||||
forumTopicId: 301205
|
||||
localeTitle: 导入一个默认的导出
|
||||
title: 导入一个默认的导出
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b87367417b2b2512b42
|
||||
challengeType: 1
|
||||
forumTopicId: 301206
|
||||
localeTitle: 改变一个用 const 声明的数组
|
||||
title: 改变一个用 const 声明的数组
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 598f48a36c8c40764b4e52b3
|
||||
challengeType: 1
|
||||
forumTopicId: 301207
|
||||
localeTitle: 防止对象改变
|
||||
title: 防止对象改变
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b8c367417b2b2512b55
|
||||
challengeType: 1
|
||||
forumTopicId: 301208
|
||||
localeTitle: 通过 import 复用 JavaScript 代码
|
||||
title: 通过 import 复用 JavaScript 代码
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b88367417b2b2512b46
|
||||
challengeType: 1
|
||||
forumTopicId: 301209
|
||||
localeTitle: 设置函数的默认参数
|
||||
title: 设置函数的默认参数
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b8c367417b2b2512b57
|
||||
challengeType: 1
|
||||
forumTopicId: 301210
|
||||
localeTitle: 用 * 从文件中导入所有内容
|
||||
title: 用 * 从文件中导入所有内容
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b87367417b2b2512b43
|
||||
challengeType: 1
|
||||
forumTopicId: 301211
|
||||
localeTitle: 使用箭头函数编写简洁的匿名函数
|
||||
title: 使用箭头函数编写简洁的匿名函数
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b8b367417b2b2512b53
|
||||
challengeType: 1
|
||||
forumTopicId: 301212
|
||||
localeTitle: 使用 class 语法定义构造函数
|
||||
title: 使用 class 语法定义构造函数
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b89367417b2b2512b4b
|
||||
challengeType: 1
|
||||
forumTopicId: 301213
|
||||
localeTitle: 使用解构赋值从数组中分配变量
|
||||
title: 使用解构赋值从数组中分配变量
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b89367417b2b2512b4a
|
||||
challengeType: 1
|
||||
forumTopicId: 301214
|
||||
localeTitle: 使用解构赋值从嵌套对象中分配变量
|
||||
title: 使用解构赋值从嵌套对象中分配变量
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b89367417b2b2512b49
|
||||
challengeType: 1
|
||||
forumTopicId: 301215
|
||||
localeTitle: 使用解构赋值从对象中分配变量
|
||||
title: 使用解构赋值从对象中分配变量
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 5cfa550e84205a357704ccb6
|
||||
challengeType: 1
|
||||
forumTopicId: 301216
|
||||
localeTitle: 使用解构赋值来获取对象的值
|
||||
title: 使用解构赋值来获取对象的值
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b8a367417b2b2512b4d
|
||||
challengeType: 1
|
||||
forumTopicId: 301217
|
||||
localeTitle: 使用解构赋值将对象作为函数的参数传递
|
||||
title: 使用解构赋值将对象作为函数的参数传递
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b8a367417b2b2512b4c
|
||||
challengeType: 1
|
||||
forumTopicId: 301218
|
||||
localeTitle: 使用解构赋值配合 rest 操作符来重新分配数组元素
|
||||
title: 使用解构赋值配合 rest 操作符来重新分配数组元素
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b8c367417b2b2512b56
|
||||
challengeType: 1
|
||||
forumTopicId: 301219
|
||||
localeTitle: 用 export 来重用代码块
|
||||
title: 用 export 来重用代码块
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b8c367417b2b2512b54
|
||||
challengeType: 1
|
||||
forumTopicId: 301220
|
||||
localeTitle: 使用 getter 和 setter 来控制对象的访问
|
||||
title: 使用 getter 和 setter 来控制对象的访问
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b88367417b2b2512b47
|
||||
challengeType: 1
|
||||
forumTopicId: 301221
|
||||
localeTitle: 将 rest 操作符与函数参数一起使用
|
||||
title: 将 rest 操作符与函数参数一起使用
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b89367417b2b2512b48
|
||||
challengeType: 1
|
||||
forumTopicId: 301222
|
||||
localeTitle: 使用 spread 运算符展开数组项
|
||||
title: 使用 spread 运算符展开数组项
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b88367417b2b2512b44
|
||||
challengeType: 1
|
||||
forumTopicId: 301223
|
||||
localeTitle: 编写带参数的箭头函数
|
||||
title: 编写带参数的箭头函数
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b8b367417b2b2512b50
|
||||
challengeType: 1
|
||||
forumTopicId: 301224
|
||||
localeTitle: 用 ES6 编写简洁的函数声明
|
||||
title: 用 ES6 编写简洁的函数声明
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 587d7b8a367417b2b2512b4f
|
||||
challengeType: 1
|
||||
forumTopicId: 301225
|
||||
localeTitle: 使用简单字段编写简洁的对象字面量声明
|
||||
title: 使用简单字段编写简洁的对象字面量声明
|
||||
---
|
||||
|
||||
## Description
|
||||
|
Reference in New Issue
Block a user