docs(bloody-sunday): replace bloody for sunny

This commit is contained in:
eslopfer 2023-01-23 09:12:45 +00:00 committed by Dav Hojt
parent 119f624f44
commit 571173983c
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
## Bloody Sunday
## Sunny Sunday
### Instructions
Let's eliminate Sundays by taking them out of the calendar, making a week only six days long, from `"Monday"` to `"Saturday"`.
Create a function called `bloodySunday` that takes a `Date` as an argument and returns the weekday as a `string`.
Create a function called `sunnySunday` that takes a `Date` as an argument and returns the weekday as a `string`.
> 01/01/0001 is a Monday.