Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing out the format #61

Open
RandellDawson opened this issue Dec 17, 2020 · 0 comments
Open

Testing out the format #61

RandellDawson opened this issue Dec 17, 2020 · 0 comments

Comments

@RandellDawson
Copy link
Owner

RandellDawson commented Dec 17, 2020

  • Sum All Odd Fibonacci Numbers Edit 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.

  • Seek and Destroy Edit 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.

  • Sum All Primes Edit 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.

  • Everything Be True Edit 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.
    • The following test(s) text do not match:
      Instructions: Make sure to also check that the English tests have not been reorderd.
      Test 4
      Version Text
      Old
      <code>truthCheck([{"name": "Pete", "onBoat": true}, {"name": "Repeat", "onBoat": true}, {"name": "FastFoward", "onBoat": null}], "onBoat")</code> should return false
      
      New
      `truthCheck([{"name": "Pete", "onBoat": true}, {"name": "Repeat", "onBoat": true}, {"name": "FastForward", "onBoat": null}], "onBoat")` should return false
      
      

      Test 5

      Version Text
      Old
      <code>truthCheck([{"name": "Pete", "onBoat": true}, {"name": "Repeat", "onBoat": true, "alias": "Repete"}, {"name": "FastFoward", "onBoat": true}], "onBoat")</code> should return true
      
      New
      `truthCheck([{"name": "Pete", "onBoat": true}, {"name": "Repeat", "onBoat": true, "alias": "Repete"}, {"name": "FastForward", "onBoat": true}], "onBoat")` should return true
      
      

  • Smallest Common Multiple Edit 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.

  • Convert HTML Entities Edit 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.
    • The following test(s) text do not match:
      Instructions: Make sure to also check that the English tests have not been reorderd.
      Test 1
      Version Text
      Old
      <code>convertHTML("Dolce & Gabbana")</code> should return <code>Dolce &amp;amp; Gabbana</code>.
      
      New
      `convertHTML("Dolce & Gabbana")` should return `"Dolce &amp; Gabbana"`.
      
      

      Test 2

      Version Text
      Old
      <code>convertHTML("Hamburgers < Pizza < Tacos")</code> should return <code>Hamburgers &amp;lt; Pizza &amp;lt; Tacos</code>.
      
      New
      `convertHTML("Hamburgers < Pizza < Tacos")` should return `"Hamburgers &lt; Pizza &lt; Tacos"`.
      
      

      Test 3

      Version Text
      Old
      <code>convertHTML("Sixty > twelve")</code> should return <code>Sixty &amp;gt; twelve</code>.
      
      New
      `convertHTML("Sixty > twelve")` should return `"Sixty &gt; twelve"`.
      
      

      Test 4

      Version Text
      Old
      <code>convertHTML(&apos;Stuff in "quotation marks"&apos;)</code> should return <code>Stuff in &amp;quot;quotation marks&amp;quot;</code>.
      
      New
      `convertHTML('Stuff in "quotation marks"')` should return `"Stuff in &quot;quotation marks&quot;"`.
      
      

      Test 5

      Version Text
      Old
      <code>convertHTML("Schindler&apos;s List")</code> should return <code>Schindler&amp;apos;s List</code>.
      
      New
      `convertHTML("Schindler's List")` should return `"Schindler&apos;s List"`.
      
      

      Test 6

      Version Text
      Old
      <code>convertHTML("<>")</code> should return <code>&amp;lt;&amp;gt;</code>.
      
      New
      `convertHTML("<>")` should return `"&lt;&gt;"`.
      
      

      Test 7

      Version Text
      Old
      <code>convertHTML("abc")</code> should return <code>abc</code>.
      
      New
      `convertHTML("abc")` should return `"abc"`.
      
      

  • Steamroller Edit 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: 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

  • Search and Replace Edit 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: 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

  • Sorted Union Edit 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.

  • Drop it Edit 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.

  • Arguments Optional Edit 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: 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

  • Binary Agents Edit 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.

  • Pig Latin Edit 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.
    • Instructions section has changed
      Instructions: 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 changed
      Instructions: 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 changed
      Instructions: 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 changed
      Instructions: 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 changed
      Instructions: 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 changed
      Instructions: 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 changed
      Instructions: 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 changed
      Instructions: 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 changed
      Instructions: 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 changed
      Instructions: 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
    • 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

  • Use Capture Groups to Search and Replace Edit Chinese | View English

    Show/Hide sections with changes/issues
    • 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

  • Check For Mixed Grouping of Characters Edit 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: 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

  • Restrict Possible Usernames Edit 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: 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

  • Match Non-Whitespace Characters Edit Chinese | View English

    Show/Hide sections with changes/issues
    • The following test(s) text do not match:
      Instructions: Make sure to also check that the English tests have not been reorderd.
      Test 2
    Version Text
    Old
    Your regex should use the shorthand character <code>\S/code> to match all non-whitespace characters.
    
    New
    Your regex should use the shorthand character `\S` to match all non-whitespace characters.
    
    

  • Positive and Negative Lookahead Edit Chinese | View English

    Show/Hide sections with changes/issues
    • 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

  • Remove Whitespace from Start and End Edit Chinese | View English

    Show/Hide sections with changes/issues
    • Instructions 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 2
      Version Text
      Old
      You should not use the <code>.trim()</code> method.
      
      New
      Your solution should not use the `String.prototype.trim()` method.
      
      

  • Understanding the Differences between the freeCodeCamp and Browser Console Edit 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.
    • Instructions section has changed
      Instructions: 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 changed
      Instructions: 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 changed
      Instructions: 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 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.

  • Use Recursion to Create a Range of Numbers Edit 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.
    • The following test(s) text do not match:
      Instructions: Make sure to also check that the English tests have not been reorderd.
      Test 6
      Version Text
      Old
      <code>rangeOfNumbers(4, 4)</code> should should return <code>[4]</code>.
      
      New
      `rangeOfNumbers(4, 4)` should return `[4]`.
      
      

  • Concatenating Strings with Plus Operator Edit 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.

  • Returning Boolean Values from Functions Edit 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.

  • Profile Lookup Edit Chinese | View English

    Show/Hide sections with changes/issues
    • The following test(s) text do not match:
      Instructions: Make sure to also check that the English tests have not been reorderd.
      Test 1
    Version Text
    Old
    <code>"Kristian", "lastName"</code> should return <code>"Vos"</code>
    
    New
    `lookUpProfile("Kristian", "lastName")` should return `"Vos"`
    
    

    Test 2

    Version Text
    Old
    <code>"Sherlock", "likes"</code> should return <code>["Intriguing Cases", "Violin"]</code>
    
    New
    `lookUpProfile("Sherlock", "likes")` should return `["Intriguing Cases", "Violin"]`
    
    

    Test 3

    Version Text
    Old
    <code>"Harry","likes"</code> should return an array
    
    New
    `lookUpProfile("Harry", "likes")` should return an array
    
    

    Test 4

    Version Text
    Old
    <code>"Bob", "number"</code> should return "No such contact"
    
    New
    `lookUpProfile("Bob", "number")` should return "No such contact"
    
    

    Test 5

    Version Text
    Old
    <code>"Bob", "potato"</code> should return "No such contact"
    
    New
    `lookUpProfile("Bob", "potato")` should return "No such contact"
    
    

    Test 6

    Version Text
    Old
    <code>"Akira", "address"</code> should return "No such property"
    
    New
    `lookUpProfile("Akira", "address")` should return "No such property"
    
    

  • Accessing Object Properties with Variables Edit Chinese | View English

    Show/Hide sections with changes/issues
    • Instructions section has changed
      Instructions: 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
    • The following test(s) text do not match:
      Instructions: Make sure to also check that the English tests have not been reorderd.
      Test 2
    Version Text
    Old
    You should be using <code>Math.random</code> to generate a random number.
    
    New
    You should use `Math.random` to generate a random number.
    
    

  • Generate Random Fractions with JavaScript Edit 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.

  • Chaining If Else Statements Edit Chinese | View English

    Show/Hide sections with changes/issues
    • Instructions section has changed
      Instructions: 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 changed
      Instructions: 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 changed
      Instructions: 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 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

  • Escape Sequences in Strings Edit 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.

  • Global Scope and Functions Edit Chinese | View English

    Show/Hide sections with changes/issues
    • Instructions section has changed
      Instructions: 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 changed
      Instructions: 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 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

  • Use Multiple Conditional (Ternary) Operators Edit 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.
    • Instructions section has changed
      Instructions: 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 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 2
      Version Text
      Old
      <code>myVar = myVar + 1;</code> should be changed.
      
      New
      You should not use the assignment operator.
      
      

  • Use Recursion to Create a Countdown Edit 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.
    • Instructions 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 1
      Version Text
      Old
      After calling <code>countdown(myArray, -1)</code>, myArray should be empty.
      
      New
      `countdown(-1)` should return an empty array.
      
      

      Test 2

      Version Text
      Old
      After calling <code>countdown(myArray, 10)</code>, myArray should contain <code>[10, 9, 8, 7, 6, 5, 4, 3, 2, 1]</code>
      
      New
      `countdown(10)` should return `[10, 9, 8, 7, 6, 5, 4, 3, 2, 1]`
      
      

      Test 3

      Version Text
      Old
      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`).
      
      

  • Multiple Identical Options in Switch Statements Edit 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.

  • Appending Variables to Strings Edit 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.
    • Instructions section has changed
      Instructions: 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 changed
      Instructions: 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 changed
      Instructions: 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 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

  • Access Multi-Dimensional Arrays With Indexes Edit 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.

  • Delete Properties from a JavaScript Object Edit 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.

  • Comparison with the Equality Operator Edit 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.

  • 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 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.

  • Manipulate Arrays With shift() Edit 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.

  • Use Bracket Notation to Find the Nth Character in a String Edit 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.
    • Instructions section has changed
      Instructions: 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 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.

  • Return Early Pattern for Functions Edit Chinese | View English

    Show/Hide sections with changes/issues
    • 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

  • Concatenating Strings with the Plus Equals Operator Edit 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.

  • Manipulate Arrays With push() Edit 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.

  • Iterate Through an Array with a For Loop Edit 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.
    • The following test(s) text do not match:
      Instructions: Make sure to also check that the English tests have not been reorderd.
      Test 4
      Version Text
      Old
      You should not set <code>total</code> to 20 directly.
      
      New
      You should not attempt to directly assign the value 20 to `total`.
      
      

  • Assignment with a Returned Value Edit 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.

  • Add New Properties to a JavaScript Object Edit 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.

  • Use Bracket Notation to Find the First Character in a String Edit 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.
    • Instructions section has changed
      Instructions: 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 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

  • Local Scope and Functions Edit Chinese | View English

    Show/Hide sections with changes/issues
    • Instructions section has changed
      Instructions: 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 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.

  • Understand the Prototype Chain Edit 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.

  • Override Inherited Methods Edit 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.

  • Add Methods After Inheritance Edit Chinese | View English

    Show/Hide sections with changes/issues
    • 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

  • Mutations Edit 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.
    • 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

  • Confirm the Ending Edit 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.
    • The following test(s) text do not match:
      Instructions: Make sure to also check that the English tests have not been reorderd.
      Test 7
      Version Text
      Old
      <code>confirmEnding("Open sesame", "pen")</code> should return false.
      
      New
      `confirmEnding("Open sesame", "sage")` should return false.
      
      

  • Truncate a String Edit 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.

  • Repeat a String Repeat a String Edit 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: 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

  • Boo who Edit 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.

  • Where do I Belong Edit 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.

  • Chunky Monkey Edit 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.

  • Factorialize a Number Edit 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.

  • Find the Longest Word in a String Edit 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.

  • Title Case a Sentence Edit 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.

  • Falsy Bouncer Edit 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.
    • The following test(s) text do not match:
      Instructions: Make sure to also check that the English tests have not been reorderd.
      Test 4
      Version Text
      Old
      <code>bouncer([1, null, NaN, 2, undefined])</code> should return <code>[1, 2]</code>.
      
      New
      `bouncer([null, NaN, 1, 2, undefined])` should return `[1, 2]`.
      
      

  • Slice and Splice Edit 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.

  • Return Largest Numbers in Arrays Edit 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.

  • Finders Keepers Edit 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.

  • Reverse a String Edit 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.

  • Add Items Using splice() Edit Chinese | View English

    Show/Hide sections with changes/issues
    • The following test(s) text do not match:
      Instructions: Make sure to also check that the English tests have not been reorderd.
      Test 1
    Version Text
    Old
    <code>htmlColorNames</code> should return <code>["DarkSalmon", "BlanchedAlmond", "LavenderBlush", "PaleTurqoise", "FireBrick"]</code>
    
    New
    `htmlColorNames` should return `["DarkSalmon", "BlanchedAlmond", "LavenderBlush", "PaleTurquoise", "FireBrick"]`
    
    

  • Add Key-Value Pairs to JavaScript Objects Edit 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.
    • Instructions section has changed
      Instructions: 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 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.

  • Check For The Presence of an Element With indexOf() Edit Chinese | View English

    Show/Hide sections with changes/issues
    • 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

  • Copy Array Items Using slice() Edit 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.

  • Copy an Array with the Spread Operator Edit 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.

  • Caesars Cipher Edit 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.

  • Palindrome Checker Edit 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.

  • Cash Register Edit 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.

  • Telephone Number Validator Edit 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.

  • Roman Numeral Converter Edit 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.

  • Apply Functional Programming to Convert Strings to URL Slugs Edit Chinese | View English

    Show/Hide sections with changes/issues
    • 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

  • Avoid Mutations and Side Effects Using Functional Programming Edit Chinese | View English

    Show/Hide sections with changes/issues
    • 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

  • Implement the filter Method on a Prototype Edit 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.
    • Instructions section has changed
      Instructions: 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 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 1
      Version Text
      Old
      Your function <code>incrementer</code> should not change the value of <code>fixedValue</code>.
      
      New
      Your function `incrementer` should not change the value of `fixedValue` (which is `4`).
      
      

      Test 2

      Version Text
      Old
      Your <code>incrementer</code> function should take a parameter.
      
      New
      Your `incrementer` function should take an argument.
      
      

  • Use Higher-Order Functions map, filter, or reduce to Solve a Complex Problem Edit Chinese | View English

    Show/Hide sections with changes/issues
    • The following test(s) text do not match:
      Instructions: Make sure to also check that the English tests have not been reorderd.
      Test 2
    Version Text
    Old
    for or while loops or forEach should not be used.
    
    New
    `for`, `while`, and `forEach` should not be used.
    
    

  • Return a Sorted Array Without Changing the Original Array Edit Chinese | View English

    Show/Hide sections with changes/issues
    • 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

  • Implement map on a Prototype Edit 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.
    • Instructions section has changed
      Instructions: 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 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.

  • Use Destructuring Assignment to Assign Variables from Objects Edit Chinese | View English

    Show/Hide sections with changes/issues
    • 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

  • Mutate an Array Declared with const Edit 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.
    • Instructions section has changed
      Instructions: 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 changed
      Instructions: 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 changed
      Instructions: 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 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.

  • Use Destructuring Assignment to Assign Variables from Nested Objects Edit Chinese | View English

    Show/Hide sections with changes/issues
    • 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

  • Write Arrow Functions with Parameters Edit 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.
    • The following test(s) text do not match:
      Instructions: Make sure to also check that the English tests have not been reorderd.
      Test 3
      Version Text
      Old
      <code>myConcat</code> should be a function.
      
      New
      `myConcat` should be an arrow function with two parameters
      
      

  • 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 changed
      Instructions: 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 changed
      Instructions: 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
    • The following test(s) text do not match:
      Instructions: Make sure to also check that the English tests have not been reorderd.
      Test 1
    Version Text
    Old
    <code>resolve</code> should be executed when the <code>if</code> condition is <code>true</code>.
    
    New
    `resolve` should be called with the expected string when the `if` condition is `true`.
    
    

    Test 2

    Version Text
    Old
    <code>reject</code> should be executed when the <code>if</code> condition is <code>false</code>.
    
    New
    `reject` should be called with the expected string when the `if` condition is `false`.
    
    

  • Create Strings using Template Literals Edit Chinese | View English

    Show/Hide sections with changes/issues
    • Instructions 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 1
      Version Text
      Old
      <code>resultDisplayArray</code> should be an array containing <code>result failure</code> messages.
      
      New
      `failuresList` should be an array containing `result failure` messages.
      
      

      Test 2

      Version Text
      Old
      <code>resultDisplayArray</code> should be equal to the specified output.
      
      New
      `failuresList` should be equal to the specified output.
      
      

  • Use Destructuring Assignment to Extract Values from Objects Edit Chinese | View English

    Show/Hide sections with changes/issues
    • 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 Elements Edit 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

  • Use getters and setters to Control Access to an Object Edit 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.
    • 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
@RandellDawson RandellDawson changed the title dsgdhss Testing out the format Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant