Hi👋

const alanJin = {
  preferName: "Alan",
  pronoun: "he/his/him",
  interest: ["photography", "..."],
  startDay: () => {
    const coffee = new Coffee("mocha")
    coffee.consume()
  },
}

Quick links: