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

0 points
Submitted by Mantas Gabalis
over 8 years

You didn't log the exact string to the console. HELP!

// Not sure where to begin? Check the Hint! if (100 > 1000){ console.log(“Correct”); } else{ console.log(“WRONG”); } console.log(“I finished my first course!”);

/I don’t get it, what i did i do wrong!? it seems that the code is correct but i get an error saying “Oops, try again. It looks like you didn’t log the correct string to the console! Make sure to use exactly the string shown.” Please HELP. Did i miss something out? Anyways just someone please help me with this code. Thanks.

Answer 55e648d39113cbf6f00006a7

1 vote

Permalink

console.log("I finished my first course!"); needs to be inside the if statement. Replace the WRONG string with it.

points
over 8 years

2 comments

Mantas Gabalis over 8 years

Thanks, it worked! :)

Glad I could help :)