This is my test code
Date: December 3, 2022
function getReminder() {
console.log('Water the plants.');
}
function greetInSpanish() {
console.log('Buenas tardes.');
}
function getReminder() {
console.log('Water the plants.');
}
function greetInSpanish() {
console.log('Buenas tardes.');
}