Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions practice/day-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Note: Please complete the essential readings for this day before proceeding.

**Exercise 1**

Implement Edit todo functionality in our Vanilla JS counter. You can start with [`dom/vanilla-todo`](./dom/vanilla-todo) as the starting point.
Implement Edit todo functionality in our Vanilla JS counter. You can start with [`dom/vanilla-todo`](../dom/vanilla-todo) as the starting point.

**Exercise 2**

Expand Down Expand Up @@ -38,4 +38,4 @@ Hint: You have to apply dynamic styles here, check out attribute bindings part [

Implement <kbd>Ctrl + Enter</kbd> as keyboard shortcut to create a new todo.

[Here is a hint.](https://vuejs.org/guide/essentials/event-handling.html#key-modifiers)
[Here is a hint.](https://vuejs.org/guide/essentials/event-handling.html#key-modifiers)