DEV Community

amberchisholm
amberchisholm

Posted on

Day 9 Learning Javascript

DOM DOM DOM...

Learning about DOM was pretty interesting. I wasn't sure about it's usefulness at first, but then I began to see how essential it is for selecting certain elements, classes, and ID's.

I created a shopping list in HTML and used Javascript and DOM selectors to add interactiveness to it, such as adding an input text field with an enter button and the ability to add new items to the shopping list.

Nothing fancy, but a good way to work with the DOM and have some fun with it.

Top comments (0)