We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fb3960 + 4a06643 commit 56e70dbCopy full SHA for 56e70db
week3/jinho1011/todo/app.js
@@ -41,7 +41,7 @@ const addTodo = () => {
41
if (!title) return;
42
43
const newTodo = {
44
- id: date.getTime(),
+ id: date.getTime().toString(),
45
title,
46
createdAt,
47
};
0 commit comments