main.ts 74 B

12
  1. const shopper = new Shopper("Shawn", "Wildermuth");
  2. shopper.showName();