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: 5a661e0f1068aca922b3ef17
title: Access an Array's Contents Using Bracket Notation
challengeType: 1
forumTopicId: 301149
localeTitle: 使用方括号访问数组的内容

View File

@ -1,6 +1,5 @@
---
id: 587d7b7c367417b2b2512b1a
title: Access Property Names with Bracket Notation
challengeType: 1
forumTopicId: 301150
localeTitle: 使用方括号访问属性名称

View File

@ -1,6 +1,5 @@
---
id: 587d78b2367417b2b2512b0e
title: Add Items to an Array with push() and unshift()
challengeType: 1
forumTopicId: 301151
localeTitle: 使用 push() 和 unshift() 添加项目到数组中

View File

@ -1,6 +1,5 @@
---
id: 587d78b3367417b2b2512b11
title: Add Items Using splice()
challengeType: 1
forumTopicId: 301152
localeTitle: 使用 splice() 增加项目

View File

@ -1,6 +1,5 @@
---
id: 587d7b7c367417b2b2512b18
title: Add Key-Value Pairs to JavaScript Objects
challengeType: 1
forumTopicId: 301153
localeTitle: 将键值对添加到对象中

View File

@ -1,6 +1,5 @@
---
id: 587d7b7b367417b2b2512b14
title: Check For The Presence of an Element With indexOf()
challengeType: 1
forumTopicId: 301154
localeTitle: 使用 indexOf() 检查元素是否存在

View File

@ -1,6 +1,5 @@
---
id: 587d7b7d367417b2b2512b1c
title: Check if an Object has a Property
challengeType: 1
forumTopicId: 301155
localeTitle: 检查对象是否具有某个属性

View File

@ -1,6 +1,5 @@
---
id: 587d7b7b367417b2b2512b17
title: Combine Arrays with the Spread Operator
challengeType: 1
forumTopicId: 301156
localeTitle: 组合使用数组和扩展运算符

View File

@ -1,6 +1,5 @@
---
id: 587d7b7b367417b2b2512b13
title: Copy an Array with the Spread Operator
challengeType: 1
forumTopicId: 301157
localeTitle: 使用扩展运算符复制数组

View File

@ -1,6 +1,5 @@
---
id: 587d7b7a367417b2b2512b12
title: Copy Array Items Using slice()
challengeType: 1
forumTopicId: 301158
localeTitle: 使用 slice() 拷贝数组项目

View File

@ -1,6 +1,5 @@
---
id: 587d7b7b367417b2b2512b16
title: Create complex multi-dimensional arrays
challengeType: 1
forumTopicId: 301159
localeTitle: 创建复杂的多维数组

View File

@ -1,6 +1,5 @@
---
id: 587d7b7d367417b2b2512b1e
title: Generate an Array of All Object Keys with Object.keys()
challengeType: 1
forumTopicId: 301160
localeTitle: 使用 Object.Keys() 生成对象所有键组成的数组

View File

@ -1,6 +1,5 @@
---
id: 587d7b7b367417b2b2512b15
title: Iterate Through All an Array's Items Using For Loops
challengeType: 1
forumTopicId: 301161
localeTitle: 使用 For 循环迭代数组的所有项

View File

@ -1,6 +1,5 @@
---
id: 587d7b7d367417b2b2512b1d
title: 'Iterate Through the Keys of an Object with a for...in Statement'
challengeType: 1
forumTopicId: 301162
localeTitle: '使用 for...in 语句迭代对象'

View File

@ -1,6 +1,5 @@
---
id: 587d7b7d367417b2b2512b1f
title: Modify an Array Stored in an Object
challengeType: 1
forumTopicId: 301163
localeTitle: 修改存储在对象中的数组

View File

@ -1,6 +1,5 @@
---
id: 587d7b7c367417b2b2512b19
title: Modify an Object Nested Within an Object
challengeType: 1
forumTopicId: 301164
localeTitle: 修改嵌套在对象中的对象

View File

@ -1,6 +1,5 @@
---
id: 587d78b2367417b2b2512b0f
title: Remove Items from an Array with pop() and shift()
challengeType: 1
forumTopicId: 301165
localeTitle: 使用 pop() 和 shift() 从数组中删除项目

View File

@ -1,6 +1,5 @@
---
id: 587d78b2367417b2b2512b10
title: Remove Items Using splice()
challengeType: 1
forumTopicId: 301166
localeTitle: 使用 splice() 删除项目

View File

@ -1,6 +1,5 @@
---
id: 587d7b7e367417b2b2512b20
title: Use an Array to Store a Collection of Data
challengeType: 1
forumTopicId: 301167
localeTitle: 使用数组存储数据集合

View File

@ -1,6 +1,5 @@
---
id: 587d7b7c367417b2b2512b1b
title: Use the delete Keyword to Remove Object Properties
challengeType: 1
forumTopicId: 301168
localeTitle: 使用 delete 关键字删除对象属性