Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Harshavardhan Gangavarapu
13,727 Pointscan't clear code challenge
in javascript dom selectors, i can't complete the final code challenge. i had tried all the selectors, but it is always showing bummer. please help me..
1 Answer

Scott Westerman
Courses Plus Student 1,805 PointsI'd have to see your code, but this is how I got past it.
let navigationLinks = document.querySelectorAll('nav a');
let galleryLinks = document.querySelectorAll('#gallery li a');
let footerImages = document.querySelectorAll('footer img');
Elijah Quesada
Front End Web Development Techdegree Graduate 32,965 PointsElijah Quesada
Front End Web Development Techdegree Graduate 32,965 PointsPlease post your code.