main.js 102 B

123
  1. var shopper = new Shopper("Shawn", "Wildermuth");
  2. shopper.showName();
  3. //# sourceMappingURL=main.js.map