let orderCalculator = { display: function(){ console.log("something"); } } module.exports = orderCalculator;