if (wasThatTrue) {
    return "Yes, that was true";
  }
  return "No, that was false";