i’m stuck at this exercise and i don’t know what’s wrong…
<do not remove the three backticks above>
i’m stuck at this exercise and i don’t know what’s wrong…
<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') {
...
}
oh yeah got it! thank you
nvm, I see what was wrong
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.