the way you placed the curly brackets, it should be:
if(moonPhase === "full"){
console.log("Howl!");
}
or something. You need at least the { on the same line as the if, else if or else keyword
next time, please include an exercise url also so we can quickly navigate to the exercise and test the issue, also do this if you need further help in this topic