CONTROL FLOW else if Statements

i’m stuck at this exercise and i don’t know what’s wrong…
01

<do not remove the three backticks above>

else does not have a condition after it.
Maybe it is looking for something more like.

if(moonPhase === 'mostly full') {
  ...
}
2 Likes

oh yeah got it! thank you

1 Like

nvm, I see what was wrong

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.