This is my test code

function getReminder() {
  console.log('Water the plants.');
}
function greetInSpanish() {
  console.log('Buenas tardes.');
}