Closed minlaxz closed 2 years ago
For this const todo = todos.find(t => t.id === Number(id))
const todo = todos.find(t => t.id === Number(id))
id in todos should be Number
id
todos
For this
const todo = todos.find(t => t.id === Number(id))
id
intodos
should be Number