isVacationDayB is true if today is a vacation day and isWeekendB is true if today is a weekend. Set value to be true if it is safe to stay home from work today (i.e. if today is a vacation or weekend day).

javascript programming
exercise: boolean expressions 01