// line 6: correct the statement, replace == by === // line 7: missing ; if (message === '' || message === 'undefined' || message === undefined) { message = 'No text';