Testing Scratchpad

() Case 1: Renew date was blank ()
Expected Output: Today's date + 1 year
console.log() 06/07/24
Actual Output:




Case 2: Renew date is in the past (2020-01-01)
Expected Output: Today's date + 1 year
console.log() 06/07/24
Actual Output:




Case 3: Renew date is in the future (2025-01-01)
Expected Output: renew_date date + 1 year
console.log() 06/07/24
Actual Output: