
andres 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,484 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,972 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 " ; "