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
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
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.
By the way: When using code fences (```
) on this forum, they should be on their own line to work.
Have a nice weekend,
Michael