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 Adding Scripts and Simple JavaScript Commands

Complete 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
PLUS
Cindy Lea
Courses Plus Student 6,497 Points

Did 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.

Thanks for your reply Cindy, I have solved the problem!

Nadia Masiero
Nadia Masiero
3,468 Points

It doesn't need the " ; "

console.log("Program Complete")

this one worked for me

Florian Siegel
Florian Siegel
4,746 Points

cindy i dont undersad what is the answar?