Charles Barilleaux: Countdown Test

This is taking my DST Countdown function, and generalizing it.

Specific goals:

  1. Remove hardcoding the DST date into the countdown function by passing the date as an argument. This will have the additional benefit of makign it a more generic countdown-to-date function.
  2. Updating the Copy-to-Clipboard function to take and argument (and pass it to the countdown function).


Original Functions (Control)


New Functions



This was created by Charles Barilleaux on February 16,2024.