8000 Merge pull request #506 from bhagyeshsp/patch-2 · claysb/javascript-exercises@0da5ad2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0da5ad2

Browse files
authored
Merge pull request TheOdinProject#506 from bhagyeshsp/patch-2
Update 06_leapYears README.md with a reference
2 parents 203fd76 + 305ad2d commit 0da5ad2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

06_leapYears/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Create a function that determines whether or not a given year is a leap year. Le
1010
leapYears(2000) // is a leap year: returns true
1111
leapYears(1985) // is not a leap year: returns false
1212
```
13+
Still confused? Refer to <cite>[this breakdown](https://time-and-calendar.com/leap-years/#:~:text=How%20to%20Know%20if%20Certain%20Year%20is%20a%20Leap%20Year)<cite> with examples.
1314

1415

1516
## Hints

0 commit comments

Comments
 (0)
0