freeCodeCamp icon indicating copy to clipboard operation
freeCodeCamp copied to clipboard

Building a Spreadsheet - Step 55 - Confusing wording

Open hbar1st opened this issue 6 months ago • 0 comments

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

hbar1st avatar Jul 31 '24 20:07 hbar1st