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: 587d7b85367417b2b2512b3a
title: Catch Arguments Passed in the Wrong Order When Calling a Function
challengeType: 1
forumTopicId: 301184
localeTitle: 调用函数时,捕获以错误顺序传递的参数

View File

@ -1,6 +1,5 @@
---
id: 587d7b85367417b2b2512b39
title: Catch Missing Open and Closing Parenthesis After a Function Call
challengeType: 1
forumTopicId: 301185
localeTitle: 捕捉函数调用后缺少的左括号和右括号

View File

@ -1,6 +1,5 @@
---
id: 587d7b84367417b2b2512b35
title: Catch Misspelled Variable and Function Names
challengeType: 1
forumTopicId: 301186
localeTitle: 捕获拼错的变量名和函数名

View File

@ -1,6 +1,5 @@
---
id: 587d7b84367417b2b2512b37
title: Catch Mixed Usage of Single and Double Quotes
challengeType: 1
forumTopicId: 301188
localeTitle: 捕捉单引号和双引号的混合用法

View File

@ -1,6 +1,5 @@
---
id: 587d7b86367417b2b2512b3b
title: Catch Off By One Errors When Using Indexing
challengeType: 1
forumTopicId: 301189
localeTitle: 捕获使用索引的时候出现的错误

View File

@ -1,6 +1,5 @@
---
id: 587d7b84367417b2b2512b36
title: Catch Unclosed Parentheses, Brackets, Braces and Quotes
challengeType: 1
forumTopicId: 301190
localeTitle: 捕获未闭合的括号、方括号、大括号和引号

View File

@ -1,6 +1,5 @@
---
id: 587d7b85367417b2b2512b38
title: Catch Use of Assignment Operator Instead of Equality Operator
challengeType: 1
forumTopicId: 301191
localeTitle: 捕获使用赋值运算符而不是相等运算符

View File

@ -1,6 +1,5 @@
---
id: 587d7b86367417b2b2512b3d
title: Prevent Infinite Loops with a Valid Terminal Condition
challengeType: 1
forumTopicId: 301192
localeTitle: 使用有效的终止条件防止无限循环

View File

@ -1,6 +1,5 @@
---
id: 587d7b83367417b2b2512b37
title: Understanding the Differences between the freeCodeCamp and Browser Console
challengeType: 1
forumTopicId: 301193
localeTitle: 了解 freeCodeCamp 和浏览器控制台之间的差异

View File

@ -1,6 +1,5 @@
---
id: 587d7b86367417b2b2512b3c
title: Use Caution When Reinitializing Variables Inside a Loop
challengeType: 1
forumTopicId: 301194
localeTitle: 重新初始化循环中的变量时要小心

View File

@ -1,6 +1,5 @@
---
id: 587d7b83367417b2b2512b33
title: Use the JavaScript Console to Check the Value of a Variable
challengeType: 1
forumTopicId: 18372
localeTitle: 使用控制台检查变量值

View File

@ -1,6 +1,5 @@
---
id: 587d7b84367417b2b2512b34
title: Use typeof to Check the Type of a Variable
challengeType: 1
forumTopicId: 18374
localeTitle: 使用 type of 检查变量的类型