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 Review Introducing JavaScript

Gary Meade
Gary Meade
6,195 Points

Why is document.write not a correct answer for the quiz question here?

The question asks to enter the code to get a message printed to the web page so I entered document.write and even tested this in the workspace, yet it is shown to be an incorrect answer.

1 Answer

Gary, I just tried document.write and the editor accepted it.
Give it another try. But note, the question has two blanks separated by a period: so make sure you enter document before the period and write after the period, and don't enter a second period.