freeCodeCamp
freeCodeCamp copied to clipboard
Building a Spreadsheet - Step 55 - Confusing wording
Describe the Issue
instead of saying:
The callback function then has a parameter for each capture group in the regular expression.
it would be clearer to say: The callback function should have a parameter for each capture group in the regular expression.
I believe saying 'should have ..." is better because when we start reading this step, the callback doesn't have any params yet.
Affected Page
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-functional-programming-by-building-a-spreadsheet/step-55
Your code
N/A
Expected behavior
N/A
Screenshots
No response
System
N/A
Additional context
No response