const objectifyWebSites = (subjects) => {
  if (!validWebSites(subjects)) {
    throw new Error(`Web sites provided were invalid.`);
  }