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

0 points
Submitted by MIchael kaihlanen
over 9 years

28/28 it says syntax error help me

// Not sure where to begin? Check the Hint! if (2*5===10) { console.log(“I have finished my first course!”) } else
{ console.log(“I have finished my first course!”) }

Answer 543f551c7c82cad365000e0c

0 votes

Permalink

Firstly, you shouldn’t have the same strings. Remember the first string will show if the if statement is true. The second will show if it’s false.

Secondly, the string has to be EXACTLY the same as the one in the instructions.

points
Submitted by Neil
over 9 years

Answer 544000f8282ae3c73900061e

0 votes

Permalink

take out have on your first console.log

points
Submitted by morrill_06
over 9 years

1 comments

Samuel91 over 9 years

thanks man you are a great help