Jordan Savant # Software Engineer

// method 1 exports the whole module
const car = {
  make: "honda",
  model: "accord"
}

module.exports = car