shaunbent’s avatarshaunbent’s Twitter Archive—№ 12,373

  1. Logic for generating car insurance renewal quotes in JS: const renewalQuote = previousYear * Math.floor((Math.random() * 100) + 1);