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

0 points
Submitted by rag001
over 8 years

Javascript: getting to know you question 28

I am not able to finnish my question:

01.Write your own if / else statement. 02. The only instruction is that the result of evaluating the statement is a log to the console of “I finished my first course!”.

this is what I did and I do not get what I did do wrong:

if (console.log(“I have finished my first course!”.length === 32)) { (“I finished my first course!”) } else { (“I have made a mistake.”) }

Answer 55ae6823e39efe5d05000263

0 votes

Permalink

I have found my mistake and I have got it right now!

points
Submitted by rag001
over 8 years