diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..ed94f44b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "git.ignoreLimitWarning": true +} \ No newline at end of file diff --git a/chapter_10_todos/app.js b/chapter_10_todos/app.js new file mode 100644 index 00000000..9cb9a57f --- /dev/null +++ b/chapter_10_todos/app.js @@ -0,0 +1,61 @@ +//ADD TODOS +//1. get a reference to this form, and store it to a variable called addForm +const addForm = document.querySelector('.add'); + +//4. since we want to inject the template string into the