Checks if it is monday (the worst day)
npm i -s is-monday
const monday = require('is-monday'); monday(); // returns boolean.