@briandesign

Dope! Already got in the course and built a few of the projects

@naidenmatyas925

man, you're great!even if you sayd that you're not gonna give the course for free you're still posting some of you're hard work for free!keep the hard work

@tonybalde4298

The fact that he makes mistakes, identifies them and explains how to solve them, makes this video more incredible!

@developedbyed

Thanks for everyone who joined The Creative Javascript Course!

@michaelvigato3228

It would be very cool to see a follow up to this tutorial in which you show how to save stuff on firebase, instead of local storage :)

@LuBre

"That's not a fart, that's the chair"

Subscribed

@ghoulishwargamer

Another way you could save the items into local storage is saving them as objects, along with the status i.e, {'text': 'todoText', 'status': 'complete'}. With some additional work you can then save the state of each todo item and set the necessary styling when refreshing the page. Great tutorial!

@joshterryplays

This was great. Thank you. I went through the whole thing with you on my own editor. Really appreciate it.

@tanvirashraf728

Beother Ed i was confused about whether i am gorgeous or not , but you have cleared my confusion....

@dipok-chandra

I just found a brand new tutorial in skillshare about the "Complete and Creative Javascript Course." That's the great tutorial I have seen ever. I am in class 23. Thank you so much, man! You are great.

@arwahsapi

Pandemic ends.
Everyone turns programmer.

@techcanyon411

It is a blessing and a thing of joy  to meets someone who want you to grow.

@sambathadev

Yeeeeeeeee another one from my fav developer.... Love from the smallest country in West Africa, The Gambia

@tshaylatte9502

I like the fact you make errors and show how to search for them 👍🏾

@yakimura96

I bought the course, but I am very proud of you sharing this project, knowledge for everyone.

@emarroqu100

To DevEd:  Thank you, mon ami.  Your tutorials are awesome.  Learning a lot from you.  JS is new to me as I come from legacy/mainframe development.  
To: Byron Jones: Thank you, brother. Your alternate approach to solve ["cant read property contains of undefined"] works well. I spent a couple of hours troubleshooting on my own w/o success.

@ShadowHeroo

I already know some JavaScript, but I bought this course to skill myself up. So far this course is awesome and worth the money.
You nice, keep going my gorgeous teacher :))))))

@domenicocucinotta2720

Thanks Ed for your time and for this fantastic tutorial! I have learned tons! The last part (local storage bit) was quite tricky for me as beginner so I had to go through it multiple times! Cheers!

@journey_to_100

Was going to start TODO list before 7hours .. 
but i saw your new video is up and luckily it was todo list.. 

i am gonna start right now.. 

i love your sense of humour 😂😂.. 
keep going broo.. 

❤ From INDIA

@JohnyFretka

When selecting 'all', 'completed' or 'uncompleted' I found that click event in filterOption eventlistener works only in Firefox for me. To make it work in Chrome as well I needed to put 'change' instead of 'click'.