We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99eeba9 commit ae104d9Copy full SHA for ae104d9
docs/2-browser-apps/06-project/_samples/step3/script.js
@@ -21,4 +21,4 @@ addButton.onclick = () => {
21
todoItem.appendChild(editButton);
22
todoItem.appendChild(deleteButton);
23
todoList.appendChild(todoItem);
24
-};
+};
docs/2-browser-apps/06-project/_samples/todo/script.js
@@ -24,4 +24,4 @@ addButton.onclick = () => {
25
26
27
0 commit comments