Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Reformat Dates

Coding challenge for a job opening.

Challenge: given a sample array of dates, convert it to ISO format.

  • Code originally written in 2019.
  • Test cases added in 2024.

Some test cases are failing to demonstrate the usefulness of testing!

There were defects indeed. 🙃