Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 351 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 351 Bytes

fcc-date-formatter

A simple project used to gain exposure to object constructors - like JavaScripts Date object - and their built in props and methods. Furthermore, I used an event listener, "change", on an HTML <select> element. Inside the event listener I used a switch statement to return a formatted date string relative to selected option.