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

codes are not working for me i got a blank window

hello , i write this code : alert("hello from treehouse"); document.write(<h1>welcome to javascript basic</h1>"); alert("thanks for visiting.");

nothing happend !

Peter Quin
Peter Quin
3,203 Points

Could be a couple fo things wrong... have you linked to the js file in your html page? and have you saved it before trying to run? (I forget to save all the time)

oh and quick one...

In document.write(<h1>welcome to javascript basic</h1>"); you missed a beginning " before the <h1>

1 Answer

you right peter i forgot the " thanks man

Peter Quin
Peter Quin
3,203 Points

No probs, happy coding