mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): description of Learn localStorage by Building a Todo App - Step 18 (#54510)
This commit is contained in:
parent
b202e77c8c
commit
e1ffdbcaf8
@ -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--
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user