This forum is now read-only. Please use our new forums! Go to forums

banner
Close banner
0 points
Submitted by amlacey
over 9 years

28/28 whats wrong with it

if (“myStatement” < 14) {// Not sure where to begin? Check the Hint! comment = “I finished my first course!”; } else (“myStatement” < 14) { comment = “I did not finish my first course.”; }

Answer 542221b69c4e9dcfda0006f7

1 vote

Permalink

comment You should be using console.log as per all your previous exercises!

else ("myStatement" < 14) else NEVER has a condition attached.

points
Submitted by Neil
over 9 years