freeCodeCamp icon indicating copy to clipboard operation
freeCodeCamp copied to clipboard

fix(curriculum): intermediate regex matches only complete solution

Open gikf opened this issue 2 years ago • 1 comments

Checklist:


  • Fixes early test not passing until solution is complete. Hiding other hints/tests from camper. https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-basic-algorithmic-thinking-by-building-a-number-sorter/step-19
      if (array[j] > array[j + 1]) {
        const temp = array[j];
      }

gikf avatar Dec 28 '23 07:12 gikf

:eyes: Review this PR in a CodeSee Review Map

View the CodeSee Map of this change

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

ghost avatar Dec 28 '23 07:12 ghost