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 trialTrevon Allen
7,402 Pointsnot sure what I could be missing from this
const planets = ['Earth','Mars','Saturn','Mecury','Jupiter','Venus','Uranus','Neptune'];
console.log(planets.indexOf('Saturn'));
2 Answers
Jonathan Grieve
Treehouse Moderator 91,253 PointsYes as you go through each stage in a code challenge unless told otherwise you should keep the code you write in previous parts of the challenge.
Daniel Jong
11,071 PointsIs it that you deleted your previous code? I think normally unless they ask you to replace or delete it you will have to keep the previous code to pass the challenge.
Joseph O'Reilly
4,689 PointsJoseph O'Reilly
4,689 PointsI've tried your code and it does seem to be working.
What error are you getting? Can you screen shot it?