const percIncrease = (a, b) => {
  let percent;

  if (b !== 0) {
    if (a !== 0) {