function clearInput(input) {
  if (input) {
    input.value = '';
  }
}

