TheAlgorithms / JavaScript

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
https://the-algorithms.com/language/javascript
GNU General Public License v3.0
32.19k stars 5.52k forks source link

refactor: add and use `parseDate` #1643

Closed vil02 closed 6 months ago

vil02 commented 6 months ago

Open in Gitpod know more

Describe your change:

As promissed, this PR adds a function parseDate.

Checklist:

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.07%. Comparing base (bd34e9f) to head (efeab6e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1643 +/- ## ======================================= Coverage 84.07% 84.07% ======================================= Files 375 376 +1 Lines 19688 19694 +6 Branches 2913 2907 -6 ======================================= + Hits 16552 16558 +6 Misses 3136 3136 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.