dimanche 8 août 2021

Why we used only return statment in between if condition?

Why we only return in between if condition. Can anyone help me understand that condition?

  if (!name.trim()) {
  return;
}

Aucun commentaire:

Enregistrer un commentaire