function my_function (tR) { const day = new Date().getDay(); tR += day } module.exports = my_function;