const isBeforeDate = (dateA, dateB) => dateA < dateB; module.exports = isBeforeDate;