Open MynahMarie opened 5 years ago
In the test.js file, you have a variable that is supposed to represent a new todo. This new todo should not have an id because the addTodo function is supposed to give an id to the new todo.
test.js
addTodo
https://github.com/lotus-1/To-Do-App-Pro/blob/604eb9411faac9b1fc1ddfcc40347a91a2b65330/test.js#L17-L21
In the
test.js
file, you have a variable that is supposed to represent a new todo. This new todo should not have an id because theaddTodo
function is supposed to give an id to the new todo.https://github.com/lotus-1/To-Do-App-Pro/blob/604eb9411faac9b1fc1ddfcc40347a91a2b65330/test.js#L17-L21