Learn Functional Programming by Building a Spreadsheet - Step 43

Tell us what’s happening:

Please assist. My inner function is empty, but the code still doesnt pass. What else could be the issue?

Your code so far

const elemValue = num => {
const inner = (character) => {};
return inner;
};

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36

Challenge Information:

Learn Functional Programming by Building a Spreadsheet - Step 43

1 Like

Your code is passing for me. I’m guessing you might have accidentally changed something else that is causing you to fail. If you paste in all of your code, not just the specific function, then we might be able to help you find the error. Or, you could reset the step to get the original default code back and then type in your answer again, being very careful not to change anything else.

1 Like

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