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 trialandres ramirez
Full Stack JavaScript Techdegree Student 3,951 PointsComplete the following code so that the message "Program complete" is written to the browser's JavaScript console: LOG??
console.log("Program Complete")
3 Answers
Cindy Lea
Courses Plus Student 6,497 PointsDid you use a ; at the end? Did you copy the text exactly to use case sensitivity? In your heading you typed: Program complete, but in your code you put Program Complete. If you are doing a challenge it is very picky & you need to make sure the letters are exactly as they type it.
Courage Ngonidzaishe Moyosvi
28,998 Pointsconsole.log("Program Complete")
this one worked for me
Florian Siegel
4,746 Pointscindy i dont undersad what is the answar?
andres ramirez
Full Stack JavaScript Techdegree Student 3,951 Pointsandres ramirez
Full Stack JavaScript Techdegree Student 3,951 PointsThanks for your reply Cindy, I have solved the problem!
Nadia Masiero
3,468 PointsNadia Masiero
3,468 PointsIt doesn't need the " ; "