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 Treehouse Club: JavaScript Car Sounds Changing Keywords

i have done this correctly as far as i can tell but it says it is still incorrect i need some guidance here,

i have capitalized the B in sounds/bikeBell.mp3 but it still says i didn't capitalize correctly. i need some giudance please

3 Answers

Mark Josephsen
Mark Josephsen
8,803 Points

Could you post your code? That will help us to analyze the issue.

Samuel Webb
Samuel Webb
25,370 Points

I'm assuming you're talking about the Audio Files section since that's the only place that calls the sounds/bikeBell.mp3 audio track. Here's my code:

    <!--Audio Files-->
    <audio id="bikeBell" src="sounds/bikeBell.mp3" preload="auto"></audio>

It worked perfectly for me so check for any small differences between our code.

Hi Peter,

It's difficult to point out your problem without actually seeing your codes, here are all codes with all challenge solved https://gist.github.com/azs06/321fd031b5ff9318ae99

I hope this helps you.