Help with React todo list

I’m currently working through the react todo app via the below.

I’m at the point ‘rendering with iteration’ but keep hitting a brick wall.

when entering ```
const taskList = props.tasks?.map((task) => task.name);


Kind Regards

Michael

Hi @michaellawson and welcome to the community :wave:

I haven’t worked through the React lessons myself, but if you could explain a bit more what your problem is, I (or someone else) could maybe help.

  • What exactly do you mean by “keep hitting a brick wall”?
  • Do you get an error message? Please post its content.
  • Is something unclear with the explanations?
  • Anything else we should know?

By the way: When using code fences (```) on this forum, they should be on their own line to work.

Have a nice weekend,
Michael