<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
https://www.codecademy.com/en/courses/getting-started-v2/4/5?curriculum_id=506324b3a7dffd00020bf661
<In what way does your code behave incorrectly? Include ALL error messages.>
I created my if/else statement and logged the exact sentence I was supposed to, but Codeacademy says that I didn’t log anything. Error: “Oops, try again. It looks like you didn’t log anything!”
Can anyone help here??
```// Not sure where to begin? Check the Hint!
var myName = “Lily”
if (myName.length==5){
console.log=“Wow!”;
}
else {
console.log=“I finished my first course!”;
}
<do not remove the three backticks above>