if (age < 18 || gender === "male") {
  alert("You can't join SheCodes 👩‍💻");
}