Bug Report: Confusing Explanation Regarding Function "Currying" in Step 60 - "JavaScript, Algorithm & Data Structure" Course

Screenshot

Description:

The phrase “innermost function reference from addCharacters in Step 60 is unclear. It doesn’t accurately describe the currying process of the addCharacters function.

Suggested Fix:

Update the text to: “The .map() function receives the function returned from addCharacters, which takes two arguments in sequence.”

Additional Info:

This will make it clearer for users who may not be familiar with currying.

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.