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

Unable to see any affect of code in browser, javascript workspace. HELP!

I am writing javascipt code but its not running in browser

Can you post your code so we can see what you have?

Try to use something simple like this:

console.log("test"); // You can see if this work in your developer tools (ctrl + j on Google Chrome)

If this doesn't work, try to open other workspace. But if it's work, maybe your code have some issue. Make a snapshot and i'll help you better.

got it. thanks!

1 Answer

If my answer helps you. Please select as a best answer. Thanks