Skip to content

Instantly share code, notes, and snippets.

@bkudria
Created March 5, 2020 01:19
Show Gist options
  • Save bkudria/f42a7dcddbe874216d91d26c7a186430 to your computer and use it in GitHub Desktop.
Save bkudria/f42a7dcddbe874216d91d26c7a186430 to your computer and use it in GitHub Desktop.
let leap_day = new Date(2020, 1, 29);
let next_feb_eom = new Date(2021, 1, 28);
assert(calculateNextYear(leap_day) === next_feb_eom);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment