TheOdinProject / javascript-exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

leapYears README.md

TaxiKab119 opened this issue · comments

Complete the following REQUIRED checkboxes:

  • [X ] I have thoroughly read and understand The Odin Project Contributing Guide
  • [X ] The title of this issue follows the location for request: brief description of request format, e.g. Exercises: Add exercise on XYZ

The following checkbox is OPTIONAL:

  • [X ] I would like to be assigned this issue to work on it

1. Description of the Feature Request:
The description of what constitutes a leap year in the exercise 06 README.md file could be better worded. I found this description of leap years more straight forward "In our calendar (Gregorian) a leap year is a year which is both evenly divisible by 4 and not divisible by 100 or is evenly divisible by 400."

Source: https://www.calendar-12.com/leap_year

2. Acceptance Criteria:

  • README.md file updated with new/additional description of leap years
  • (optional) remove previous description

3. Additional Information:
I realize it could have just been me that was confused by this but, as soon as I looked up another definition for leap years I could understand the logic much better and my code passed all the test cases.

Closing due to inactivity