Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

David Enus
646 PointsFinish the code below to write the message "I'm a programmer!" to the web page: console.log("I'm a programmer!");
I placed console.log in the blanks thinking this was the answer but i am getting an incorrect response. Please help
3 Answers

Dwayne Munro
Front End Web Development Techdegree Student 13,108 Pointsdocument.write("I'm a programmer!") You're writing to the web page and console.log is used to write something in the console.

David Enus
646 PointsThank you that makes sense.

David Enus
646 PointsThanks, I was wondering why i could only give myself kudos and high fives...lol
Jason Anello
Courses Plus Student 94,597 PointsJason Anello
Courses Plus Student 94,597 Pointschanged comment to answer
Hi David,
I changed Dwayne's comment to an answer so that you have the option to mark it as "Best Answer".