dwyl / javascript-todo-list-tutorial

✅ A step-by-step complete beginner example/tutorial for building a Todo List App (TodoMVC) from scratch in JavaScript following Test Driven Development (TDD) best practice. 🌱
https://dwyl.github.io/javascript-todo-list-tutorial
GNU General Public License v2.0
623 stars 103 forks source link

Update test -> TypeError: app.update is not a function #64

Closed ArthurFAmaral95 closed 1 year ago

ArthurFAmaral95 commented 1 year ago

I've tried running the first test for the update function, but I keep getting the same error message. TypeError: app.update is not a function.

Screen Shot 2023-03-25 at 18 08 41

ArthurFAmaral95 commented 1 year ago

Found what I was doing wrong. Missing export function.

nelsonic commented 1 year ago

Hi @ArthurFAmaral95 👋 Glad you figured it out. 👌 How did you discover this tutorial? 💭

ArthurFAmaral95 commented 1 year ago

I was looking for repositories with practical exercises to practice HTML, CSS and JS and found this one: https://github.com/practical-tutorials/project-based-learning

nelsonic commented 1 year ago

Sweet. Thanks for sharing. 👌