diff --git a/subjects/day-of-the-year/README.md b/subjects/day-of-the-year/README.md index de00d7ad3..fd45cda24 100644 --- a/subjects/day-of-the-year/README.md +++ b/subjects/day-of-the-year/README.md @@ -2,5 +2,4 @@ ### Instructions -Make a `dayOfTheYear` functions that takes a date -and returns the number of days since the first day of that year +Create a function named `dayOfTheYear` which accepts a `Date`. Your function should return the number of days since the first day of that year.