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 JavaScript Arrays Loop Through Arrays Array Methods

not sure what I could be missing from this

script.js
const planets = ['Earth','Mars','Saturn','Mecury','Jupiter','Venus','Uranus','Neptune'];

console.log(planets.indexOf('Saturn'));
Joseph O'Reilly
Joseph O'Reilly
4,689 Points

I've tried your code and it does seem to be working.

What error are you getting? Can you screen shot it?

2 Answers

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,253 Points

Yes 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
Daniel Jong
11,071 Points

Is 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.