Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Andrea Hernandez
977 PointsI don't get it
the last question is telling me that task 1 is no longer correct but if i go back to TASK 1 it tells me " WELL DONE"
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="charset" value="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=0.5, maximum-scale=0.5, minimal-ui">
<title>Car Sounds</title>
<!--Style Sheet link-->
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<!--Car image -->
<img src="images/bike.png" class="car" alt="car">
<!--Button-->
<a href="javascript:startCar();"><img src="images/bikeLock.png" alt="key"></a>
<!--Audio Files-->
<audio id= 'bikebell'('theIdYouWant').play(); src= "sounds/bikeBell.mp3" preload="auto"></audio>
<!--Javascript-->
<script type="text/javascript">
function 'bikeBell'() {
document.getElementById(bikeBell).play();
}
</script>
</body>
</html>
1 Answer

Alexander Davison
65,456 PointsJavaScript doesn't except quotes in function names.
'bikeBell' // This is an invalid name
bikeBell // This is a valid name that is JavaScript can compile
~Alex
Alexander Davison
65,456 PointsAlexander Davison
65,456 PointsHold on... Are you a relative to Guil Hernandez?! Omg