fix(curriculum): description of Learn localStorage by Building a Todo App - Step 18 (#54510)

This commit is contained in:
hnrykm
2024-04-24 12:44:43 -04:00
committed by GitHub
parent b202e77c8c
commit e1ffdbcaf8

View File

@@ -15,7 +15,7 @@ To make the `id` more unique, add another hyphen and use <dfn>Date.now()</dfn>.
console.log(Date.now()); // 1628586800000
```
To see the new result, click on the `"Add New Task"` button. Then add a title of `WALK DOG` and click on the `"Add Task"` button. Open up the console to see the result with a random number added.
To see the new result, click on the `"Add New Task"` button. Then add a title of `WALK DOG` and click on the `"Add Task"` button. Open up the console to see the result.
# --hints--