You should return the value property of the return value of the .find() method.
// anyone please help me, it took me literally a day , I haven’t solved it
hi Nicholas & @plutoxbe1 I am also ‘stuck’ on step 34!
this is my code:
“const evalFormula = (x, cells) => {
const idToText = id => (cells.find(cell => cell.id === id)).value;
}”
error message: " You should return the value property of the return value of the .find() method."
I have tried so many different solutions, each one fails the fCC test!
here is a screen image
thank you so I have spent nearly 2 hours trying to work out why the fCC test was failing my code!
This test is too fussy! “const idToText = id = (cells.find(cell => cell.id === id)).value”
should be accepted.