If/else format correct?

Does this if statement look correct?

var goal = this.homeGoal1Txt;
if (goal == '0'){
    this.stageClip.homeGoal1.htmlText = 'N';
}