Day 9: Finishing Intermediate JavaScript on Treehouse Plus: New Contributor

Tiffany White,

So I learned more about traversing the DOM with JavaScript instead of the sugary jQuery library which makes me feel great. I like jQuery and all, but knowing how to code something in pure JavaScript is something I think every new developer needs to learn and learn before learning any libraries or learning concurrently with JavaScript, like Treehouse does with it’s jQuery and JavaScript courses.

One of my favorite things about this was instead of having to use the

event handler to traverse a certain part of the DOM (when something is clicked) you could listen for any type of click events with

to listen for a click on an element specified as the argument to the method. For instance here:

This is much faster and easier than traversiing each element with the

method.

Nick and I connected on LinkedIn and, impressed with my social media and blogging output, reached out to me to collaborate on the blog and my podcast which you can find here. I found a place for him to write here and he will be a co-host on my weekly show which hasn’t been weekly in a minute. My fault totally. But that changes with Nick on board.

Thanks Nick and I hope you get something out of it. I hope my readers enjoy his posts as well. You can find Nick on Twitter.

© tiff.RSS