I started to take the first course , but in the end I ran into a problem that I can’t finish. What is the problem? What is wrong written?
var myName = "Ololoshechka"; if (myName.length === 12) { console.log("Первый курс завершён!"); } else { console.log("Не завершен"); }
Here is the task itself:
Write your own if / else construct. The result of the condition check should be the display of the phrase "First course completed!".