DEV Community

Cover image for My #100DOC - Day 29
Pablo Herrero
Pablo Herrero

Posted on

My #100DOC - Day 29

Day 29: September 24, 2020

Today's Progress:

  1. Continued with The Complete JavaScript Course (1h 10min):I continued with the Budget App project. I did a method to clear the fields after entering a value. I used the querySelectorAll mehod, converted a list to an array and I cleaned the fields as I ran a foreach loop.

What I learned:

  • Clear HTML fields.
  • Use querySelectorALl.
  • Convert a list to an array.
  • Review of foreach loop in JavaScript.

Total time:

1h 10min.

Top comments (0)