Browse Source

docs(count-leap-years): correct grammar

pull/1112/head
davhojt 2 years ago committed by Dav Hojt
parent
commit
f1956696c0
  1. 3
      subjects/count-leap-years/README.md

3
subjects/count-leap-years/README.md

@ -2,5 +2,4 @@
### Instructions
Make a `countLeapYears` functions that takes a date
and returns the number of leap years since year 1
Create a function named `countLeapYears` which accepts a `Date`. Your function should return the number of leap years to have taken place since the year 1.

Loading…
Cancel
Save