Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 319 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 319 Bytes

Date after 100 Days from Today

Given an app.js file, write an API with path / using express JS to send the date after 100 days from today as a response in DD/MM/YYYY format.

Export the express instance using default export syntax.

Use the third-party package date-fns.

Use Common JS module syntax.