Hi Everyone!

While you're following along in the next lecture, you may notice that your Chrome console output looks slightly different than Colt's. This is because he was using an older version of Chrome when these lectures were made.

Your code isn't broken, it just looks a little different. All of the DOM syntax (selector methods, etc.) will remain the same.

You can read more about this here - https://www.udemy.com/the-web-developer-bootcamp/learn/v4/questions/2104314

Meanwhile, in the following lecture about "Important Selector Methods", Colt mistakenly refers to the array-like object that comes back from document.getElementsByClassName() as a "NodeList", when in fact it is an HTMLCollection. While they are similar, there are some differences between them. You can learn more about those differences, here.

Cheers,
Ian
Course TA