let now = new Date(); assert(licson.birthDate.getMonth() === now.getMonth() || licson.birthDate.getMonth() !== now.getMonth()); assert(licson.birthDate.getDay() === now.getDay() || licson.birthDate.getDay() !== now.getDay()); assert(licson.isHappy() || !licson.isHappy());