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.

Learning coding
Front End Web Development Techdegree Student 9,937 PointsWhy can't i see the questions in an alertbox with preview workspaces?
I did the coding until 3.43 and viewed workspace, but only see "JavaScript Quiz?
2 Answers

Julian Gutierrez
19,201 PointsLooks like you are missing a comma between your final question and answer.
var questions = [
['How many states are in the United States?', 50],
['How many continents are there?', 7],
['How many legs does an insect have?', 6]
];

Learning coding
Front End Web Development Techdegree Student 9,937 PointsOMG, I HAVE WRITTEN AN QUIZ WITH JAVASCRIPT!
And I fully understand more than 50% of the code.
This is crazy!
Learning coding
Front End Web Development Techdegree Student 9,937 PointsLearning coding
Front End Web Development Techdegree Student 9,937 Pointsthanks!