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 trialRuslan Khlynovskiy
2,609 PointsHi, There is a bug in Challenge Task 1 of 3 "Create variable named answer...", JavaScript Basics Track. Please fix.
Hi,
It seems there is an issue with checking the correct answer as the "Working" starts before a user press this button in order to provide a correct answer which is var answer;
Please advise and fix (if needed).
Thank you
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JavaScript Basics</title>
</head>
<body>
<script src="scripts.js"></script>
</body>
</html>
Tom Holland
24,288 PointsOf course, now that I posted the comment and went back to try it again(for the 4th time), it worked just fine. Maybe a cache issue?
1 Answer
Ruslan Khlynovskiy
2,609 PointsThank you for your feedback, Tom. Yes, I am using Chrome and "Yes", it works fine after a few tries. I have communicated with my internet provider and they confirmed that connection looks good.
I hope that technical support could take a look at this issue as I am not the only one who is using Chrome and experiencing this problem.
Tom Holland
24,288 PointsTom Holland
24,288 PointsI can confirm this is happening on Chrome 43.0.2357.65 on OS X 10.8.5. Looks like something is firing a click on the check work button shortly after pageload and then that request fails with a timeout error about the server connection.