mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-26 22:01:30 -04:00
fix(curriculum): description of Learn localStorage by Building a Todo App - Step 18 (#54510)
This commit is contained in:
@@ -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--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user