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.