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

Issues with JS String method quiz

Working through the quiz, task 1 is randomly said to be no longer passing when nothing about it has changed. Then going back to task one, you get an error regarding the other tasks being undefined.

Alt text

Can't move forward?

4 Answers

Ah, When I had quick.subStr(10,5) it was wrong. Should have been quick.substr(10,5) (lowercase s)

But the error message needs to be fixed because task 1 was still passing.

... That is completely broken... :) I'try doing the task and if it works send u my code

Hey Jon,

I think it's because you typed subStr in camel case, instead of substr.

ha, both discovered that the same time :p

Post Deleted