Learn Functional Programming by Building a Spreadsheet - Step 102

Tell us what’s happening: I have searched and searched and I still cannot figure this step out. I know there is probably a simple solution to this and that I will feel stupid when I figure it out, but for now, I am lost. Please help me figure this out.

Your code so far:

const spreadsheetFunctions = (“”) => {

Welcome to the forum @ridgerunner

Since this is the last step I won’t be able to give the direct answer.

All the other functions are setup as key/value pairs.
None include curly braces.
Each return a similar parameter.

Hint: use similar notation

Happy coding

Not sure if this is actually correct, but it does pass!

const spreadsheetFunctions = {
“”: (sum) =>

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.