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 trial

JavaScript JavaScript Basics (Retired) Introducing JavaScript Your First JavaScript Program

Malik Felix
Malik Felix
9,224 Points

My document.write program isn't working. I've verified ten times over to make sure I'm not doing anything wrong.

I am using workspace. Is there any other IDE's that you would recommend I use instead of this?

Jonathan Grieve
Jonathan Grieve
Treehouse Moderator 91,252 Points

Hi Malik,

Would you be able to post your code for us we might be able to see what is wrong? I'm sure we can get it to work in Workspaces :-)

It would be difficult for us to assist you without seeing your code, but another IDE that is great to use (or at least great for me) is Brackets. There are many more, but I doubt that it's a problem with your workspace as I've done the JS course on here and didn't have any issues. Maybe you're overlooking something small. Make sure your file names are consistent. I once named my .js file "scrit.js" rather than "script.js", and as you can imagine it gave me a headache for some time.

+1 for mentioning Brackets, Lansana! It is my favorite IDE!

TJ Egan
TJ Egan
14,420 Points

Another +1 for Brackets

1 Answer

Malik Felix
Malik Felix
9,224 Points

Thanks for your help. I actually figured out my problem. I haven't looked into Brackets however, I'll definitely look into soon.