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 trialomer cohen
324 Pointscodes 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 !
1 Answer
omer cohen
324 Pointsyou right peter i forgot the " thanks man
Peter Quin
3,203 PointsNo probs, happy coding
Peter Quin
3,203 PointsPeter Quin
3,203 PointsCould 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>