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! While you're at it, check out some resources Treehouse students have shared here.

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

JavaScript

Harshavardhan Gangavarapu
Harshavardhan Gangavarapu
13,727 Points

can'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..

Please post your code.

1 Answer

Scott Westerman
PLUS
Scott Westerman
Courses Plus Student 1,805 Points

I'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');