const car = { brand: "Hyundai", model: "Sonata", }; module.exports = car;