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 trialCatalin Sucigan
15,563 PointsJQuery Google Maps Code Challenge(task 7/7)
I really can't see what's wrong with my code. Everything works perfectly until I reach task 7. After I submit the code it's telling me that Task 2 is no longer passing. Any ideas? Here is my code
<div id="map"></div>
<script type="text/javascript"
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAn8fk75K8kCdW6pQ4B7yoBHJNrUbleieY&sensor=false"></script>
<script type="text/javascript">
var mapOptions = {
center: new google.maps.LatLng(28.42, -81.58),
zoom: 18,
mapTypeId: google.maps.MapTypeId.SATELLITE
};
var mapElement=document.getElementById("map");
var theMap = new google.maps.Map(mapElement, mapOptions);
</script>
2 Answers
Andrew Chalkley
Treehouse Guest TeacherHi Catalin,
I've copied and pasted your code in to the code challenge and it works.
Here's a screenshot. Does your code look like this (in the <body>
tag)?
Regards,
Andrew
Catalin Sucigan
15,563 PointsPhew, thanks a million Andrew ! Allthough it's kind of strange that the exact same code didn't work for me 2 days ago and now, "voilla!". Tbh, I think "Lullaby" are up to no good xD