You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description section has changed Instructions: Make sure the Chinese version contains the same content except for the translation part.
Number of tests do not match - English: 5 | Chinese: 4 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Description section has changed Instructions: Make sure the Chinese version contains the same content except for the translation part.
Number of tests do not match - English: 6 | Chinese: 5 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Description section has changed Instructions: Make sure the Chinese version contains the same content except for the translation part.
Number of tests do not match - English: 6 | Chinese: 5 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Number of tests do not match - English: 3 | Chinese: 1 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Instructions section has changed Instructions: Make sure the Chinese version contains the same content except for the translation part.
Number of tests do not match - English: 5 | Chinese: 3 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Description section has changed Instructions: Make sure the Chinese version contains the same content except for the translation part.
Number of tests do not match - English: 6 | Chinese: 5 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Description section has changed Instructions: Make sure the Chinese version contains the same content except for the translation part.
Number of tests do not match - English: 12 | Chinese: 11 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Number of tests do not match - English: 9 | Chinese: 10 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Description section has changed Instructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions section has changed Instructions: Make sure the Chinese version contains the same content except for the translation part.
Number of tests do not match - English: 2 | Chinese: 4 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Description section has changed Instructions: Make sure the Chinese version contains the same content except for the translation part.
Number of tests do not match - English: 7 | Chinese: 8 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
After calling <code>countdown(myArray, 5)</code>, myArray should contain <code>[5, 4, 3, 2, 1]</code>
New
`countdown(5)` should return `[5, 4, 3, 2, 1]`
Test 4
Version
Text
Old
Your code should not rely on any kind of loops (<code>for</code> or <code>while</code> or higher order functions such as <code>forEach</code>, <code>map</code>, <code>filter</code>, or <code>reduce</code>.).
New
Your code should not rely on any kind of loops (`for`, `while` or higher order functions such as `forEach`, `map`, `filter`, and `reduce`).
Description section has changed Instructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions section has changed Instructions: Make sure the Chinese version contains the same content except for the translation part.
Number of tests do not match - English: 5 | Chinese: 4 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Instructions section has changed Instructions: Make sure the Chinese version contains the same content except for the translation part.
Number of tests do not match - English: 7 | Chinese: 6 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Instructions section has changed Instructions: Make sure the Chinese version contains the same content except for the translation part.
Number of tests do not match - English: 6 | Chinese: 3 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Number of tests do not match - English: 7 | Chinese: 5 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Description section has changed Instructions: Make sure the Chinese version contains the same content except for the translation part.
The following test(s) text do not match: Instructions: Make sure to also check that the English tests have not been reorderd. Test 10
Version
Text
Old
<code>mutation(["ate", "date"] should return false</code> should return false.
New
`mutation(["ate", "date"]` should return false.
Number of tests do not match - English: 12 | Chinese: 9 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Description section has changed Instructions: Make sure the Chinese version contains the same content except for the translation part.
Number of tests do not match - English: 8 | Chinese: 7 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Number of tests do not match - English: 6 | Chinese: 5 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Number of tests do not match - English: 5 | Chinese: 6 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Number of tests do not match - English: 3 | Chinese: 2 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Number of tests do not match - English: 5 | Chinese: 4 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Number of tests do not match - English: 4 | Chinese: 3 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Number of tests do not match - English: 4 | Chinese: 3 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Number of tests do not match - English: 4 | Chinese: 3 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Use Destructuring Assignment with the Rest Parameter to Reassign Array ElementsEdit Chinese | View English
Show/Hide sections with changes/issues
Description section has changed Instructions: Make sure the Chinese version contains the same content except for the translation part.
Number of tests do not match - English: 4 | Chinese: 3 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Description section has changed Instructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions section has changed Instructions: Make sure the Chinese version contains the same content except for the translation part.
Number of tests do not match - English: 7 | Chinese: 6 Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
The text was updated successfully, but these errors were encountered:
Sum All Odd Fibonacci Numbers Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Seek and Destroy Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Sum All Primes Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Everything Be True Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
text
do not match:Instructions: Make sure to also check that the English tests have not been reorderd.
Test 4
Test 5
Smallest Common Multiple Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Convert HTML Entities Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
text
do not match:Instructions: Make sure to also check that the English tests have not been reorderd.
Test 1
Test 2
Test 3
Test 4
Test 5
Test 6
Test 7
Steamroller Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Search and Replace Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Sorted Union Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Drop it Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Arguments Optional Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Binary Agents Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Pig Latin Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Diff Two Arrays Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Spinal Tap Case Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Map the Debris Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
DNA Pairing Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Missing letters Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Make a Person Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Sum All Numbers in a Range Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Wherefore art thou Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Extract Matches Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Find Characters with Lazy Matching Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Use Capture Groups to Search and Replace Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Check For Mixed Grouping of Characters Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Restrict Possible Usernames Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Match Non-Whitespace Characters Edit Chinese | View English
Show/Hide sections with changes/issues
text
do not match:Instructions: Make sure to also check that the English tests have not been reorderd.
Test 2
Positive and Negative Lookahead Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Remove Whitespace from Start and End Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
text
do not match:Instructions: Make sure to also check that the English tests have not been reorderd.
Test 2
Understanding the Differences between the freeCodeCamp and Browser Console Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Count Backwards With a For Loop Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Use the Conditional (Ternary) Operator Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Declare JavaScript Variables Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Use Recursion to Create a Range of Numbers Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
text
do not match:Instructions: Make sure to also check that the English tests have not been reorderd.
Test 6
Concatenating Strings with Plus Operator Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Returning Boolean Values from Functions Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Profile Lookup Edit Chinese | View English
Show/Hide sections with changes/issues
text
do not match:Instructions: Make sure to also check that the English tests have not been reorderd.
Test 1
Test 2
Test 3
Test 4
Test 5
Test 6
Accessing Object Properties with Variables Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Generate Random Whole Numbers with JavaScript Edit Chinese | View English
Show/Hide sections with changes/issues
text
do not match:Instructions: Make sure to also check that the English tests have not been reorderd.
Test 2
Generate Random Fractions with JavaScript Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Chaining If Else Statements Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Nest one Array within Another Array Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Manipulate Arrays With unshift() Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Storing Values with the Assignment Operator Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Escape Sequences in Strings Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Global Scope and Functions Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Build JavaScript Objects Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Record Collection Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Use Multiple Conditional (Ternary) Operators Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Increment a Number with JavaScript Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
text
do not match:Instructions: Make sure to also check that the English tests have not been reorderd.
Test 2
Use Recursion to Create a Countdown Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
text
do not match:Instructions: Make sure to also check that the English tests have not been reorderd.
Test 1
Test 2
Test 3
Test 4
Multiple Identical Options in Switch Statements Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Appending Variables to Strings Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Nesting For Loops Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Constructing Strings with Variables Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Replace Loops using Recursion Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Access Multi-Dimensional Arrays With Indexes Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Delete Properties from a JavaScript Object Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Comparison with the Equality Operator Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Use Bracket Notation to Find the Nth-to-Last Character in a String Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Manipulate Arrays With shift() Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Use Bracket Notation to Find the Nth Character in a String Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Generate Random Whole Numbers within a Range Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Return Early Pattern for Functions Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Concatenating Strings with the Plus Equals Operator Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Manipulate Arrays With push() Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Iterate Through an Array with a For Loop Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
text
do not match:Instructions: Make sure to also check that the English tests have not been reorderd.
Test 4
Assignment with a Returned Value Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Add New Properties to a JavaScript Object Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Use Bracket Notation to Find the First Character in a String Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Testing Objects for Properties Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Local Scope and Functions Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Use Bracket Notation to Find the Last Character in a String Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Understand the Prototype Chain Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Override Inherited Methods Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Add Methods After Inheritance Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Mutations Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
text
do not match:Instructions: Make sure to also check that the English tests have not been reorderd.
Test 10
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Confirm the Ending Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
text
do not match:Instructions: Make sure to also check that the English tests have not been reorderd.
Test 7
Truncate a String Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Repeat a String Repeat a String Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Boo who Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Where do I Belong Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Chunky Monkey Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Factorialize a Number Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Find the Longest Word in a String Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Title Case a Sentence Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Falsy Bouncer Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
text
do not match:Instructions: Make sure to also check that the English tests have not been reorderd.
Test 4
Slice and Splice Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Return Largest Numbers in Arrays Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Finders Keepers Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Reverse a String Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Add Items Using splice() Edit Chinese | View English
Show/Hide sections with changes/issues
text
do not match:Instructions: Make sure to also check that the English tests have not been reorderd.
Test 1
Add Key-Value Pairs to JavaScript Objects Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Modify an Object Nested Within an Object Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Check For The Presence of an Element With indexOf() Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Copy Array Items Using slice() Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Copy an Array with the Spread Operator Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Caesars Cipher Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Palindrome Checker Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Cash Register Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Telephone Number Validator Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Roman Numeral Converter Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Apply Functional Programming to Convert Strings to URL Slugs Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Avoid Mutations and Side Effects Using Functional Programming Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Implement the filter Method on a Prototype Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Pass Arguments to Avoid External Dependence in a Function Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
text
do not match:Instructions: Make sure to also check that the English tests have not been reorderd.
Test 1
Test 2
Use Higher-Order Functions map, filter, or reduce to Solve a Complex Problem Edit Chinese | View English
Show/Hide sections with changes/issues
text
do not match:Instructions: Make sure to also check that the English tests have not been reorderd.
Test 2
Return a Sorted Array Without Changing the Original Array Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Implement map on a Prototype Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Refactor Global Variables Out of Functions Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Use Destructuring Assignment to Assign Variables from Objects Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Mutate an Array Declared with const Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Handle a Rejected Promise with catch Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Declare a Read-Only Variable with the const Keyword Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Use Arrow Functions to Write Concise Anonymous Functions Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Use Destructuring Assignment to Assign Variables from Nested Objects Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Write Arrow Functions with Parameters Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
text
do not match:Instructions: Make sure to also check that the English tests have not been reorderd.
Test 3
Use Destructuring Assignment to Pass an Object as a Function's Parameters Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Compare Scopes of the var and let Keywords Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Complete a Promise with resolve and reject Edit Chinese | View English
Show/Hide sections with changes/issues
text
do not match:Instructions: Make sure to also check that the English tests have not been reorderd.
Test 1
Test 2
Create Strings using Template Literals Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
text
do not match:Instructions: Make sure to also check that the English tests have not been reorderd.
Test 1
Test 2
Use Destructuring Assignment to Extract Values from Objects Edit Chinese | View English
Show/Hide sections with changes/issues
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Use Destructuring Assignment with the Rest Parameter to Reassign Array Elements Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
Use getters and setters to Control Access to an Object Edit Chinese | View English
Show/Hide sections with changes/issues
Description
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions
section has changedInstructions: Make sure the Chinese version contains the same content except for the translation part.
Instructions: Add or delete the applicable tests. It is possible some tests have been rearranged, so make sure each English test has a corresponding Chinese test in the same order
The text was updated successfully, but these errors were encountered: