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 trialKathryn Notson
25,941 Points[SOLVED] Tracking Multiple Items with Arrays: JavaScript Loops, Arrays, & Objects--Useful Array Methods
In IE 11, when I click on Workspace "Preview", no prompt appears. What's wrong with the code?
Kathryn Notson
25,941 PointsI discovered it was the quotation marks that were the problem. I needed double quotation marks for the beginning & end of the prompt statement & singular quotes for the 'list' & 'quit' words within the prompt statement. It works perfectly in IE 11.
We can't avoid IE 11 as web developers. Microsoft may not support it after a certain point in time, but while it's still on desktop computers, we still have to consider writing code that the IE 11 browser supports. JavaScript is part of all browsers.
Iain Simmons
Treehouse Moderator 32,305 PointsHi Kathryn Notson, I've marked your question as solved to indicate to others that you've figured it out.
Kathryn Notson
25,941 Pointsmkmk:
I'm using Microsoft Windows 7 Professional or Enterprise & IE 11, Google Chrome, or Firefox. I'm using Worksource Oregon & Multnomah County Library computers so I have to use what they have.
1 Answer
Kathryn Notson
25,941 PointsIain Simmons:
Thanks! Sometimes, I need to take just a little more time to look at my own coding & notice my own errors, as I should have this time. It's always nice to be able to figure things out for myself. Improper syntax or misspelled words can mess up coding even when the format is correct.
mkmk
15,897 Pointsmkmk
15,897 PointsStrongly recommend not using any version of IE for development. Firefox and Chrome are free and work on all OSes, including Windows. Workspace works great on both.