Code Explainers
const DISCOUNT_CODES = { SAVE10: { type: 'percent', value: 0.1 }, WELCOME5: { type: 'fixed', value: 5 }, FREESHIP: { type: 'shipping', value: Infinity },